/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 | 62 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); 102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
|
DwarfCFIException.cpp | 58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); 102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
|
ErlangGCPrinter.cpp | 56 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getContext()
|
DwarfDebug.cpp | [all...] |
AsmPrinter.cpp | 128 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { 129 return TM.getTargetLowering()->getObjFileLowering(); 162 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) 302 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) 313 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); 331 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) 342 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); 372 TheSection = getObjFileLowering().getTLSBSSSection(); 387 = getObjFileLowering().getTLSExtraDataSection(); 433 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM)) [all...] |
AsmPrinterDwarf.cpp | 125 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
|
DwarfException.cpp | 410 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); 448 TTypeEncoding = Asm->getObjFileLowering().getTTypeEncoding();
|
DwarfCompileUnit.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUAsmPrinter.cpp | 49 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
|
/external/llvm/lib/Target/SystemZ/ |
SystemZAsmPrinter.cpp | 90 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUAsmPrinter.cpp | 49 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
|
/external/llvm/lib/Target/R600/ |
AMDGPUAsmPrinter.cpp | 62 const MCSectionELF *ConfigSection = getObjFileLowering().getContext() 72 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
|
/external/llvm/lib/Target/Hexagon/ |
HexagonTargetMachine.cpp | 163 (const HexagonTargetObjectFile &)getTargetLowering()->getObjFileLowering();
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.cpp | 520 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); 594 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); 644 static_cast<const TargetLoweringObjectFileCOFF&>(getObjFileLowering()); 685 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
|
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 787 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 51 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) 596 OutStreamer, getObjFileLowering(), *Subtarget);
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 134 /// getObjFileLowering - Return information about object file lowering. 135 const TargetLoweringObjectFile &getObjFileLowering() const;
|
/external/llvm/lib/CodeGen/ |
LLVMTargetMachine.cpp | 116 &TM->getTargetLowering()->getObjFileLowering());
|
/external/llvm/lib/Target/AArch64/ |
AArch64AsmPrinter.cpp | 279 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
|
/external/llvm/lib/Target/XCore/ |
XCoreAsmPrinter.cpp | 110 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM));
|
/frameworks/compile/mclinker/lib/CodeGen/ |
MCLDTargetMachine.cpp | 162 &TM->getTargetLowering()->getObjFileLowering());
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 601 getObjFileLowering()); 655 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering()); 694 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 147 const TargetLoweringObjectFile &getObjFileLowering() const { return TLOF; } [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 870 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) [all...] |