Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h26 delete TextSection; in ~NVPTXTargetObjectFile() local
49 TextSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h55 const MCSection *TextSection; variable
204 const MCSection *getTextSection() const { return TextSection; } in getTextSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp34 TextSection // .text in InitMachOMCObjectFileInfo()
310 TextSection = in InitELFMCObjectFileInfo()
474 TextSection = in InitCOFFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp269 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
532 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()