Home
last modified time | relevance | path

Searched refs:PIC_ (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp48 if (TM.getRelocationModel() == Reloc::PIC_) in getPersonalityEncoding()
55 if (TM.getRelocationModel() == Reloc::PIC_) in getLSDAEncoding()
62 if (TM.getRelocationModel() == Reloc::PIC_) in getFDEEncoding()
69 if (TM.getRelocationModel() == Reloc::PIC_) in getTTypeEncoding()
77 if (TM.getRelocationModel() == Reloc::PIC_) in getPersonalityEncoding()
90 if (TM.getRelocationModel() == Reloc::PIC_) in getLSDAEncoding()
104 if (TM.getRelocationModel() == Reloc::PIC_) in getFDEEncoding()
112 if (TM.getRelocationModel() == Reloc::PIC_) in getTTypeEncoding()
DX86TargetMachine.cpp115 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
DX86CodeEmitter.cpp58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter()
63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter()
122 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h21 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
DSystemZAsmPrinter.cpp99 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand()
112 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
/external/llvm/lib/CodeGen/
DELFCodeEmitter.cpp146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool()
172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp354 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
358 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
369 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
377 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
/external/llvm/lib/Target/Alpha/MCTargetDesc/
DAlphaMCTargetDesc.cpp71 X->InitMCCodeGenInfo(Reloc::PIC_); in createAlphaMCCodeGenInfo()
/external/llvm/lib/Target/Mips/
DMipsEmitGPRestore.cpp47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
DMipsFrameLowering.cpp148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue()
DMipsISelLowering.cpp1242 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) { in LowerGlobalAddress()
1288 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) { in LowerBlockAddress()
1323 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { in LowerGlobalTLSAddress()
1377 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerJumpTable()
1422 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) { in LowerConstantPool()
1723 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerCall()
DMipsISelDAGToDAG.cpp125 if (TM.getRelocationModel() == Reloc::PIC_) { in SelectAddr()
/external/llvm/lib/Target/PowerPC/
DPPCCodeEmitter.cpp129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock()
154 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
DPPCAsmPrinter.cpp451 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile()
492 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp89 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp144 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
DARMFastISel.cpp581 if (!isThumb && (RelocM == Reloc::PIC_)) return 0; in ARMMaterializeGV()
591 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : (Subtarget->isThumb() ? 4 : 8); in ARMMaterializeGV()
601 unsigned Opc = (RelocM != Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic; in ARMMaterializeGV()
604 if (RelocM == Reloc::PIC_) in ARMMaterializeGV()
/external/llvm/tools/lli/
Dlli.cpp121 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp225 if (TM.getRelocationModel() == Reloc::PIC_) { in Select()
/external/llvm/tools/llc/
Dllc.cpp88 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp262 RelocModel = Reloc::PIC_; in determineTarget()
/external/clang/lib/CodeGen/
DBackendUtil.cpp285 RM = llvm::Reloc::PIC_; in AddEmitPasses()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp125 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp889 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerGlobalAddress()
910 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerConstantPool()

12