/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 48 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()
|
D | X86TargetMachine.cpp | 115 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
|
D | X86CodeEmitter.cpp | 58 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/ |
D | MCCodeGenInfo.h | 21 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
|
D | SystemZAsmPrinter.cpp | 99 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand() 112 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
|
/external/llvm/lib/CodeGen/ |
D | ELFCodeEmitter.cpp | 146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool() 172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 354 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/ |
D | AlphaMCTargetDesc.cpp | 71 X->InitMCCodeGenInfo(Reloc::PIC_); in createAlphaMCCodeGenInfo()
|
/external/llvm/lib/Target/Mips/ |
D | MipsEmitGPRestore.cpp | 47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
D | MipsFrameLowering.cpp | 148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue()
|
D | MipsISelLowering.cpp | 1242 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()
|
D | MipsISelDAGToDAG.cpp | 125 if (TM.getRelocationModel() == Reloc::PIC_) { in SelectAddr()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 154 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
D | PPCAsmPrinter.cpp | 451 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 492 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCTargetDesc.cpp | 89 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 144 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
|
D | ARMFastISel.cpp | 581 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/ |
D | lli.cpp | 121 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelDAGToDAG.cpp | 225 if (TM.getRelocationModel() == Reloc::PIC_) { in Select()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 88 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 262 RelocModel = Reloc::PIC_; in determineTarget()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 285 RM = llvm::Reloc::PIC_; in AddEmitPasses()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 125 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 889 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerGlobalAddress() 910 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerConstantPool()
|