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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 53 /// TextSection - Section directive for standard text.
55 const MCSection *TextSection;
190 const MCSection *getTextSection() const { return TextSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 34 TextSection // .text
279 TextSection =
400 TextSection =
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 239 if (Kind.isText()) return TextSection;
479 return GV->isWeakForLinker() ? TextCoalSection : TextSection;

Completed in 156 milliseconds