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

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
DwarfDebug.cpp 732 SectionMap.insert(Asm->getObjFileLowering().getTextSection());
799 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection());
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 190 const MCSection *getTextSection() const { return TextSection; }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 266 return getTextSection();
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 709 return getTextSection();
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 488 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 502 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 569 OutStreamer.SwitchSection(TLOFMacho.getTextSection());
    [all...]

Completed in 54 milliseconds