HomeSort by relevance Sort by last modified time
    Searched refs:getTextSection (Results 1 - 12 of 12) 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 647 SectionMap.insert(Asm->getObjFileLowering().getTextSection());
707 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection());
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 181 const MCSection *getTextSection() const { return TextSection; }
  /external/llvm/lib/CodeGen/
ELFWriter.h 195 ELFSection &getTextSection(const Function *F);
ELFCodeEmitter.cpp 44 ES = &EW.getTextSection(MF.getFunction());
TargetLoweringObjectFileImpl.cpp 621 return getTextSection();
ELFWriter.cpp 212 // getTextSection - Get the text section for the specified function
213 ELFSection &ELFWriter::getTextSection(const Function *F) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 82 ELFSection &Text = EW.getTextSection(const_cast<Function *>(F));
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 272 return getTextSection();
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 471 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 478 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 550 OutStreamer.SwitchSection(TLOFMacho.getTextSection());
    [all...]

Completed in 254 milliseconds