HomeSort by relevance Sort by last modified time
    Searched refs:TextSection (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 26 delete TextSection;
49 TextSection = new NVPTXSection(MCSection::SV_ELF,
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 53 /// TextSection - Section directive for standard text.
55 const MCSection *TextSection;
204 const MCSection *getTextSection() const { return TextSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 34 TextSection // .text
310 TextSection =
474 TextSection =
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 269 if (Kind.isText()) return TextSection;
532 return GV->isWeakForLinker() ? TextCoalSection : TextSection;

Completed in 420 milliseconds