diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-11 00:51:37 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-11 00:51:37 +0000 |
commit | f1a13f5ad5b54634989ae7d067f5364b56a5a8d4 (patch) | |
tree | a248456cf9ef7fe222dba54bc6f418b8e61fcf86 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 900086de8817c49724fa7b71edcbd7155ca955fa (diff) | |
download | bcm5719-llvm-f1a13f5ad5b54634989ae7d067f5364b56a5a8d4.tar.gz bcm5719-llvm-f1a13f5ad5b54634989ae7d067f5364b56a5a8d4.zip |
Print section start labels when first switching to the section.
This is less brittle and avoids polluting the start of the file with every
debug section.
llvm-svn: 231898
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index df967d58151..6e462bf06d0 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -339,9 +339,6 @@ class DwarfDebug : public AsmPrinterHandler { /// \brief Construct a DIE for this abstract scope. void constructAbstractSubprogramScopeDIE(LexicalScope *Scope); - /// \brief Emit initial Dwarf sections with a label at the start of each one. - void emitSectionLabels(); - /// \brief Compute the size and offset of a DIE given an incoming Offset. unsigned computeSizeAndOffset(DIE *Die, unsigned Offset); |