Searched refs:TextSection (Results 1 – 9 of 9) sorted by relevance
28 return TextSection; in SelectSectionForGlobal()43 TextSection = AMDGPU::getHSATextSection(Ctx); in Initialize()
25 TextSection = nullptr; in NVPTXTargetObjectFile()50 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
4533 delete static_cast<NVPTXSection *>(TextSection); in ~NVPTXTargetObjectFile()
54 MCSection *TextSection; variable223 MCSection *getTextSection() const { return TextSection; } in getTextSection()
513 MCSection &TextSection = *OFI.getTextSection(); in finish() local514 MCA.registerSection(TextSection); in finish()520 TextSection.setAlignment(std::max(16u, TextSection.getAlignment())); in finish()
74 TextSection // .text in initMachOMCObjectFileInfo()149 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()437 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()571 TextSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
696 const auto TextSection = Sections.begin(); in EmitGenDwarfInfo() local697 assert(TextSection != Sections.end() && "No text section found"); in EmitGenDwarfInfo()699 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo()700 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo()
118 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
573 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()945 return TextSection; in SelectSectionForGlobal()