Home
last modified time | relevance | path

Searched refs:TextSection (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h25 TextSection = nullptr; in NVPTXTargetObjectFile()
51 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
DNVPTXISelLowering.cpp3298 delete TextSection; in ~NVPTXTargetObjectFile()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h58 const MCSection *TextSection; variable
217 const MCSection *getTextSection() const { return TextSection; } in getTextSection()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp140 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp280 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
601 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()
889 return TextSection; in SelectSectionForGlobal()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp60 TextSection // .text in InitMachOMCObjectFileInfo()
418 TextSection = in InitELFMCObjectFileInfo()
602 TextSection = in InitCOFFMCObjectFileInfo()
DMCDwarf.cpp697 const auto TextSection = Sections.begin(); in EmitGenDwarfInfo() local
698 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()