diff options
author | Devang Patel <dpatel@apple.com> | 2010-04-22 20:56:35 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-04-22 20:56:35 +0000 |
commit | 6adc5620ab51595fd3537cb8995510d346a2b2de (patch) | |
tree | 710f514cf13e979a0d368a5a989f608ed2dfc07e /llvm/lib/CodeGen | |
parent | 5b43aa0ddd44e7fa7d5d6adc377fa2c8d9682216 (diff) | |
download | bcm5719-llvm-6adc5620ab51595fd3537cb8995510d346a2b2de.tar.gz bcm5719-llvm-6adc5620ab51595fd3537cb8995510d346a2b2de.zip |
Add comment.
llvm-svn: 102129
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index b3f97458081..16d41370535 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -197,6 +197,11 @@ class DwarfDebug { DenseMap<const MachineInstr *, MCSymbol *> LabelsAfterInsn; SmallVector<const MCSymbol *, 8> 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<const MCSymbol *, const MCSymbol *> WeakDebugRangeSymbols; /// Previous instruction's location information. This is used to determine |