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

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
Win64Exception.cpp 63 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
103 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
DwarfCFIException.cpp 58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
AsmPrinterDwarf.cpp 123 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
131 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
DwarfDebug.cpp 732 SectionMap.insert(Asm->getObjFileLowering().getTextSection());
799 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection());
801 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection());
    [all...]
AsmPrinter.cpp 132 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
133 return TM.getTargetLowering()->getObjFileLowering();
163 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
305 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
316 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
329 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
340 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
384 = getObjFileLowering().getTLSExtraDataSection();
430 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
881 getObjFileLowering().emitModuleFlags(OutStreamer, ModuleFlags, Mang, TM)
    [all...]
DwarfException.cpp 411 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
449 TTypeEncoding = Asm->getObjFileLowering().getTTypeEncoding();
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 473 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
488 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
510 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
606 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
666 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 130 /// getObjFileLowering - Return information about object file lowering.
131 const TargetLoweringObjectFile &getObjFileLowering() const;
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 502 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
577 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
628 static_cast<const TargetLoweringObjectFileCOFF&>(getObjFileLowering());
669 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 131 &TM->getTargetLowering()->getObjFileLowering());
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM));
  /frameworks/compile/mclinker/lib/CodeGen/
LLVMTargetMachine.cpp 160 &TM->getTargetLowering()->getObjFileLowering());
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 568 getObjFileLowering());
607 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
646 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
818 (getObjFileLowering());
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 130 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; }
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 519 milliseconds