Lines Matching refs:TLOF
1718 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in emitSectionLabels() local
1722 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info"); in emitSectionLabels()
1724 emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev"); in emitSectionLabels()
1727 emitSectionSym(Asm, TLOF.getDwarfAbbrevDWOSection(), in emitSectionLabels()
1729 emitSectionSym(Asm, TLOF.getDwarfARangesSection()); in emitSectionLabels()
1731 if (const MCSection *MacroInfo = TLOF.getDwarfMacroInfoSection()) in emitSectionLabels()
1735 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in emitSectionLabels()
1736 emitSectionSym(Asm, TLOF.getDwarfLocSection()); in emitSectionLabels()
1738 emitSectionSym(Asm, TLOF.getDwarfPubNamesSection()); in emitSectionLabels()
1739 emitSectionSym(Asm, TLOF.getDwarfPubTypesSection()); in emitSectionLabels()
1741 emitSectionSym(Asm, TLOF.getDwarfStrSection(), "info_string"); in emitSectionLabels()
1744 emitSectionSym(Asm, TLOF.getDwarfStrDWOSection(), "skel_string"); in emitSectionLabels()
1745 DwarfDebugRangeSectionSym = emitSectionSym(Asm, TLOF.getDwarfRangesSection(), in emitSectionLabels()
1748 DwarfDebugLocSectionSym = emitSectionSym(Asm, TLOF.getDwarfLocSection(), in emitSectionLabels()
1751 TextSectionSym = emitSectionSym(Asm, TLOF.getTextSection(), "text_begin"); in emitSectionLabels()
1752 emitSectionSym(Asm, TLOF.getDataSection()); in emitSectionLabels()