summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-04-22 20:52:00 +0000
committerDevang Patel <dpatel@apple.com>2010-04-22 20:52:00 +0000
commitea2744f4dc82611edb8d70e2dd0b3beef29e4c17 (patch)
tree1710c988672b7fa1cb299637e83259ce7e18b329 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent00365f967b6c1cefb464ed5ab43bef382764ff64 (diff)
downloadbcm5719-llvm-ea2744f4dc82611edb8d70e2dd0b3beef29e4c17.tar.gz
bcm5719-llvm-ea2744f4dc82611edb8d70e2dd0b3beef29e4c17.zip
Adjust debug range offsets for isWeakForLinker() functions.
llvm-svn: 102127
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 698f7106019..b3f97458081 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -197,6 +197,7 @@ class DwarfDebug {
DenseMap<const MachineInstr *, MCSymbol *> LabelsAfterInsn;
SmallVector<const MCSymbol *, 8> DebugRangeSymbols;
+ DenseMap<const MCSymbol *, const MCSymbol *> WeakDebugRangeSymbols;
/// Previous instruction's location information. This is used to determine
/// label location to indicate scope boundries in dwarf debug info.
OpenPOWER on IntegriCloud