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()
50 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText()); in Initialize()
DNVPTXISelLowering.cpp4476 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.cpp117 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp59 TextSection // .text in InitMachOMCObjectFileInfo()
400 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
526 TextSection = Ctx->getCOFFSection( 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()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp595 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()
946 return TextSection; in SelectSectionForGlobal()