Home
last modified time | relevance | path

Searched refs:DwarfDebugRangeSectionSym (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp129 DwarfDebugRangeSectionSym = DwarfDebugLocSectionSym = 0; in DwarfDebug()
1490 DwarfDebugRangeSectionSym = EmitSectionSym(Asm, TLOF.getDwarfRangesSection(), in EmitSectionLabels()
1543 Asm->EmitLabelPlusOffset(DwarfDebugRangeSectionSym, in emitDIE()
1547 Asm->EmitLabelOffsetDifference(DwarfDebugRangeSectionSym, in emitDIE()
1549 DwarfDebugRangeSectionSym, in emitDIE()
DDwarfDebug.h303 MCSymbol *DwarfStrSectionSym, *TextSectionSym, *DwarfDebugRangeSectionSym; variable