Searched refs:getObjFileLowering (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp70 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());
H A DWin64Exception.cpp63 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
103 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
H A DDwarfCFIException.cpp58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
H A DAsmPrinterDwarf.cpp123 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
131 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
H A DDwarfDebug.cpp781 SectionMap.insert(Asm->getObjFileLowering().getTextSection());
848 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection());
850 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection());
1622 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
1744 Asm->getObjFileLowering().getDwarfInfoSection());
1782 Asm->getObjFileLowering().getDwarfAbbrevSection());
1852 Asm->getObjFileLowering().getDwarfAccelNamesSection());
1880 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering()
1909 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering()
1944 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering()
[all...]
H A DAsmPrinter.cpp129 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { function in class:AsmPrinter
130 return TM.getTargetLowering()->getObjFileLowering();
160 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
298 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
309 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
322 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
333 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
377 = getObjFileLowering().getTLSExtraDataSection();
423 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
863 getObjFileLowering()
[all...]
H A DDwarfException.cpp411 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
449 TTypeEncoding = Asm->getObjFileLowering().getTTypeEncoding();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp514 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
529 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
551 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
647 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
707 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAsmPrinter.h131 /// getObjFileLowering - Return information about object file lowering.
132 const TargetLoweringObjectFile &getObjFileLowering() const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLLVMTargetMachine.cpp107 &TM->getTargetLowering()->getObjFileLowering());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86AsmPrinter.cpp562 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
637 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
688 static_cast<const TargetLoweringObjectFileCOFF&>(getObjFileLowering());
729 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMAsmPrinter.cpp595 getObjFileLowering());
649 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
688 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
860 (getObjFileLowering());
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLowering.h141 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; } function in class:llvm::TargetLowering
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp874 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1020 (HexagonTargetObjectFile&)getObjFileLowering();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp1700 (const MipsTargetObjectFile&)getObjFileLowering();

Completed in 333 milliseconds