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

1 2

  /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());
AddressPool.cpp 40 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first)
DwarfCFIException.cpp 57 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
91 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
Win64Exception.cpp 61 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
ErlangGCPrinter.cpp 56 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getContext()
DwarfDebug.cpp 672 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection(),
676 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection(),
784 SectionMap[Asm->getObjFileLowering().getTextSection()];
    [all...]
AsmPrinter.cpp 131 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
132 return TM.getTargetLowering()->getObjFileLowering();
173 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
384 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
395 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
413 if (!getObjFileLowering().getCommDirectiveSupportsAlignment())
424 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
454 TheSection = getObjFileLowering().getTLSBSSSection();
469 = getObjFileLowering().getTLSExtraDataSection();
516 getObjFileLowering().SectionForGlobal(F, *Mang, TM))
    [all...]
WinCodeViewLineTables.cpp 111 !AP->getObjFileLowering().getCOFFDebugSymbolsSection())
221 Asm->getObjFileLowering().getCOFFDebugSymbolsSection());
EHStreamer.cpp 383 const MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection();
421 TTypeEncoding = Asm->getObjFileLowering().getTTypeEncoding();
AsmPrinterDwarf.cpp 146 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
  /external/llvm/lib/Target/
TargetMachine.cpp 186 getTargetLowering()->getObjFileLowering();
196 getTargetLowering()->getObjFileLowering();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp 49 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp 49 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp 72 QTM.getTargetLowering()->getObjFileLowering();
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 77 MCContext &Context = getObjFileLowering().getContext();
96 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 505 OutStreamer.SwitchSection(getObjFileLowering().getTextSection());
685 static_cast<const TargetLoweringObjectFileCOFF&>(getObjFileLowering());
698 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 781 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
858 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 145 const TargetLoweringObjectFile &getObjFileLowering() const;
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 115 &TM->getTargetLowering()->getObjFileLowering());
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 224 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 122 getObjFileLowering().SectionForGlobal(GV, *Mang, TM));
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 140 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 427 getObjFileLowering());
472 OutStreamer.SwitchSection(getObjFileLowering().getCStringSection());
511 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering());
553 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering());
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 165 &TM->getTargetLowering()->getObjFileLowering());
  /external/llvm/lib/LTO/
LTOModule.cpp 602 getObjFileLowering().getDepLibFromLinkerOpt(Op);

Completed in 742 milliseconds

1 2