Searched refs:TextSection (Results 1 – 7 of 7) sorted by relevance
25 TextSection = nullptr; in NVPTXTargetObjectFile()51 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
4474 delete TextSection; in ~NVPTXTargetObjectFile()
58 const MCSection *TextSection; variable218 const MCSection *getTextSection() const { return TextSection; } in getTextSection()
140 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
282 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()586 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()879 return TextSection; in SelectSectionForGlobal()
59 TextSection // .text in InitMachOMCObjectFileInfo()424 TextSection = in InitELFMCObjectFileInfo()615 TextSection = in InitCOFFMCObjectFileInfo()
705 const auto TextSection = Sections.begin(); in EmitGenDwarfInfo() local706 assert(TextSection != Sections.end() && "No text section found"); in EmitGenDwarfInfo()708 MCSymbol *StartSymbol = TextSection->second.first; in EmitGenDwarfInfo()709 MCSymbol *EndSymbol = TextSection->second.second; in EmitGenDwarfInfo()