/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 223 PersonalityEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 226 LSDAEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 229 FDEEncoding = FDECFIEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 232 TTypeEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo() 238 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 421 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 425 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 436 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 444 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
|
/external/llvm/lib/Target/Mips/ |
D | MipsEmitGPRestore.cpp | 49 if ((TM.getRelocationModel() != Reloc::PIC_) || in runOnMachineFunction()
|
D | MipsFrameLowering.cpp | 139 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue()
|
D | MipsCodeEmitter.cpp | 71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) { in MipsCodeEmitter()
|
D | MipsAsmPrinter.cpp | 298 bool EmitCPLoad = (MF->getTarget().getRelocationModel() == Reloc::PIC_) && in EmitFunctionBodyStart()
|
D | MipsInstrInfo.cpp | 33 UncondBrOpc(TM.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J) {} in MipsInstrInfo()
|
D | MipsISelDAGToDAG.cpp | 285 if (TM.getRelocationModel() != Reloc::PIC_) { in SelectAddr()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 155 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
D | PPCAsmPrinter.cpp | 475 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 516 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 85 if (getRelocationModel() == Reloc::PIC_ && in getTLSModel()
|
D | TargetMachineC.cpp | 70 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 149 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
|
D | ARMFastISel.cpp | 620 if (!isThumb2 && (RelocM == Reloc::PIC_)) return 0; in ARMMaterializeGV() 632 case Reloc::PIC_: in ARMMaterializeGV() 653 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : in ARMMaterializeGV() 664 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic; in ARMMaterializeGV() 667 if (RelocM == Reloc::PIC_) in ARMMaterializeGV()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 93 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/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCTargetDesc.cpp | 112 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 138 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 122 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelDAGToDAG.cpp | 225 if (TM.getRelocationModel() == Reloc::PIC_) { in Select()
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 230 RelocModel = Reloc::PIC_; in determineTarget()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 299 RM = llvm::Reloc::PIC_; in AddEmitPasses()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 87 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 124 clEnumValN(Reloc::PIC_, "pic",
|