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 25 TextSection = 0;
48 delete TextSection;
71 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText());
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 58 /// TextSection - Section directive for standard text.
60 const MCSection *TextSection;
213 const MCSection *getTextSection() const { return TextSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 34 TextSection // .text
335 TextSection =
499 TextSection =
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 269 if (Kind.isText()) return TextSection;
527 return GV->isWeakForLinker() ? TextCoalSection : TextSection;

Completed in 194 milliseconds