Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp171 DwarfStrSectionSym = TextSectionSym = 0; in DwarfDebug()
1740 DwarfStrSectionSym = in emitSectionLabels()
2466 DwarfStrSectionSym); in emitDebugInlineInfo()
2470 DwarfStrSectionSym); in emitDebugInlineInfo()
2474 DwarfStrSectionSym); in emitDebugInlineInfo()
2566 const MCSymbol *StrSym = DwarfStrSectionSym; in emitDebugStrDWO()
DDwarfDebug.h394 MCSymbol *DwarfStrSectionSym, *TextSectionSym, *DwarfDebugRangeSectionSym; variable