summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-05-29 17:16:59 +0000
committerManman Ren <mren@apple.com>2013-05-29 17:16:59 +0000
commit4213c39e3c8a1e14efee8d0636266a26721cc27c (patch)
tree4633c1a3fbca6d22b491709bf7abae59d4f47558 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parente0acd7d50df8e51163729cecc6e02b3ff9615cd2 (diff)
downloadbcm5719-llvm-4213c39e3c8a1e14efee8d0636266a26721cc27c.tar.gz
bcm5719-llvm-4213c39e3c8a1e14efee8d0636266a26721cc27c.zip
LTO+Debug Info: revert r182791.
Since the testing case uses ref_addr, which requires version 3+ to work, we will solve the dwarf version issue first. This patch also causes failures in one of the bots. I will update the patch accordingly in my next attempt. rdar://13926659 llvm-svn: 182867
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 65e4fa99a0b..6cc792b3731 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -402,9 +402,6 @@ class DwarfDebug {
// Whether or not we're emitting info for older versions of gdb on darwin.
bool IsDarwinGDBCompat;
- // Whether or not we use ref_addr in the generated DWARF.
- unsigned UseRefAddr;
-
// DWARF5 Experimental Options
bool HasDwarfAccelTables;
bool HasSplitDwarf;
@@ -604,9 +601,6 @@ private:
/// \brief Return Label immediately following the instruction.
MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
- /// \brief Search all compile units to find the SP DIE for the given MDNode.
- DIE *findSPDieInAllCUs(const MDNode *N);
-
public:
//===--------------------------------------------------------------------===//
// Main entry points.
@@ -646,9 +640,6 @@ public:
/// output to the limitations of darwin gdb.
bool useDarwinGDBCompat() { return IsDarwinGDBCompat; }
- bool getUseRefAddr() { return UseRefAddr; }
- void setUseRefAddr(bool RefAddr) { UseRefAddr = RefAddr; }
-
// Experimental DWARF5 features.
/// \brief Returns whether or not to emit tables that dwarf consumers can
OpenPOWER on IntegriCloud