From 8fed05ec1ba90c688d71323fe8a1c3070adf58cf Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 1 Jul 2013 23:55:52 +0000 Subject: PR14728: DebugInfo: TLS variables with -gsplit-dwarf git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185398 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h') diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 00d48d7..893505c 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -197,7 +197,7 @@ typedef StringMap, // A Symbol->unsigned mapping of addresses used by indirect // references. -typedef DenseMap AddrPool; +typedef DenseMap AddrPool; /// \brief Collects and handles information specific to a particular /// collection of units. @@ -270,6 +270,7 @@ public: /// \brief Returns the index into the address pool with the given /// label/symbol. + unsigned getAddrPoolIndex(const MCSymbolRefExpr *); unsigned getAddrPoolIndex(const MCSymbol *); /// \brief Returns the address pool. -- cgit v1.1