From c04d54527e1d7e8b50cefcde7563bcbc7425e978 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 22 Apr 2010 20:56:35 +0000 Subject: [PATCH] Add comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102129 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index b3f97458081..16d41370535 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -197,6 +197,11 @@ class DwarfDebug { DenseMap LabelsAfterInsn; SmallVector DebugRangeSymbols; + + /// weakDebugRangeSymbols - In cases where function bodies is not emitted + /// into .text section, use function begin marker as anchor for debug range + /// offsets. This map keeps track of such symbols and corresponding + /// function begin marker symbols. DenseMap WeakDebugRangeSymbols; /// Previous instruction's location information. This is used to determine