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()
3298 delete TextSection; in ~NVPTXTargetObjectFile()
58 const MCSection *TextSection; variable217 const MCSection *getTextSection() const { return TextSection; } in getTextSection()
140 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
280 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()601 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()889 return TextSection; in SelectSectionForGlobal()
60 TextSection // .text in InitMachOMCObjectFileInfo()418 TextSection = in InitELFMCObjectFileInfo()602 TextSection = in InitCOFFMCObjectFileInfo()
697 const auto TextSection = Sections.begin(); in EmitGenDwarfInfo() local698 assert(TextSection != Sections.end() && "No text section found"); in EmitGenDwarfInfo()700 MCSymbol *StartSymbol = TextSection->second.first; in EmitGenDwarfInfo()701 MCSymbol *EndSymbol = TextSection->second.second; in EmitGenDwarfInfo()