Searched refs:TextSection (Results 1 – 7 of 7) sorted by relevance
25 TextSection = nullptr; in NVPTXTargetObjectFile()50 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
4476 delete TextSection; in ~NVPTXTargetObjectFile()
58 const MCSection *TextSection; variable217 const MCSection *getTextSection() const { return TextSection; } in getTextSection()
117 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
59 TextSection // .text in InitMachOMCObjectFileInfo()400 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()526 TextSection = Ctx->getCOFFSection( 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()
595 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()946 return TextSection; in SelectSectionForGlobal()