Lines Matching refs:TLOF
1990 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in emitSectionLabels() local
1994 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info"); in emitSectionLabels()
1996 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev"); in emitSectionLabels()
1999 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(), in emitSectionLabels()
2001 emitSectionSym(Asm, TLOF.getDwarfARangesSection()); in emitSectionLabels()
2003 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection()) in emitSectionLabels()
2007 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in emitSectionLabels()
2008 emitSectionSym(Asm, TLOF.getDwarfLocSection()); in emitSectionLabels()
2010 emitSectionSym(Asm, TLOF.getDwarfPubNamesSection()); in emitSectionLabels()
2011 emitSectionSym(Asm, TLOF.getDwarfPubTypesSection()); in emitSectionLabels()
2013 emitSectionSym(Asm, TLOF.getDwarfStrSection(), "info_string"); in emitSectionLabels()
2016 emitSectionSym(Asm, TLOF.getDwarfStrDWOSection(), "skel_string"); in emitSectionLabels()
2018 emitSectionSym(Asm, TLOF.getDwarfAddrSection(), "addr_sec"); in emitSectionLabels()
2020 DwarfDebugRangeSectionSym = emitSectionSym(Asm, TLOF.getDwarfRangesSection(), in emitSectionLabels()
2023 DwarfDebugLocSectionSym = emitSectionSym(Asm, TLOF.getDwarfLocSection(), in emitSectionLabels()
2026 TextSectionSym = emitSectionSym(Asm, TLOF.getTextSection(), "text_begin"); in emitSectionLabels()
2027 emitSectionSym(Asm, TLOF.getDataSection()); in emitSectionLabels()