diff options
author | Eric Christopher <echristo@gmail.com> | 2014-01-24 11:40:29 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-01-24 11:40:29 +0000 |
commit | c528858cbd4fef01f2007cea8a4e8e25a6b86443 (patch) | |
tree | 4c44381c435c21a14c6af748ef659aa989cb8eb9 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 9f2134402c08e6d08c2e0f7a017afea2c7efe21b (diff) | |
download | bcm5719-llvm-c528858cbd4fef01f2007cea8a4e8e25a6b86443.tar.gz bcm5719-llvm-c528858cbd4fef01f2007cea8a4e8e25a6b86443.zip |
Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a
compile unit. Make these relocations on the platforms that need
relocations and add a routine to ensure that we don't put the
addresses in an offset table for split dwarf.
llvm-svn: 199990
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 516def804d1..1071e5892ac 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -432,6 +432,7 @@ class DwarfDebug : public AsmPrinterHandler { MCSymbol *DwarfInfoDWOSectionSym, *DwarfAbbrevDWOSectionSym; MCSymbol *DwarfStrDWOSectionSym; MCSymbol *DwarfGnuPubNamesSectionSym, *DwarfGnuPubTypesSectionSym; + MCSymbol *TextSectionBeginSym, *TextSectionEndSym; // As an optimization, there is no need to emit an entry in the directory // table for the same directory as DW_AT_comp_dir. |