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