summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-02 01:50:20 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-02 01:50:20 +0000
commit5b8e4798ce4d38a07959c663a26683816db3e042 (patch)
tree1f9418d135597ab573927c2aacb20492d3dbeaa5 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parentb2d73d1556b47a79d01b188be3cf0b25631d3982 (diff)
downloadllvm-5b8e4798ce4d38a07959c663a26683816db3e042.tar.gz
llvm-5b8e4798ce4d38a07959c663a26683816db3e042.tar.bz2
llvm-5b8e4798ce4d38a07959c663a26683816db3e042.tar.xz
Split debug_loc and debug_loc.dwo emission into two separate functions
Based on code review feedback from Eric Christopher on r204697 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 424595070d..da708f510c 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -520,6 +520,9 @@ class DwarfDebug : public AsmPrinterHandler {
/// \brief Emit visible names into a debug loc section.
void emitDebugLoc();
+ /// \brief Emit visible names into a debug loc dwo section.
+ void emitDebugLocDWO();
+
/// \brief Emit visible names into a debug aranges section.
void emitDebugARanges();