/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 168 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 172 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 183 RM = Reloc::PIC_; in createX86MCCodeGenInfo() 191 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 307 PersonalityEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo() 310 LSDAEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo() 313 TTypeEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo() 318 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo() 343 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo() 380 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo() 394 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo() 407 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 99 if (RM == Reloc::PIC_) in expandLoadStackGuard() 106 if (RM != Reloc::PIC_) { in expandLoadStackGuard()
|
D | Thumb1InstrInfo.cpp | 124 if (RM == Reloc::PIC_) in expandLoadStackGuard()
|
D | ARMSubtarget.cpp | 298 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
|
D | ARMFastISel.cpp | 604 case Reloc::PIC_: in ARMMaterializeGV() 621 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_) in ARMMaterializeGV() 625 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : in ARMMaterializeGV() 636 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic; in ARMMaterializeGV() 639 if (RelocM == Reloc::PIC_) in ARMMaterializeGV() 651 if (RelocM == Reloc::PIC_) { in ARMMaterializeGV() 2398 if (Subtarget->isTargetELF() && TM.getRelocationModel() == Reloc::PIC_) in SelectCall()
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 67 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch() 187 TM.getRelocationModel() == Reloc::PIC_))) in initMBBInfo() 460 if ((TM.getRelocationModel() == Reloc::PIC_) && in runOnMachineFunction() 509 if (TM.getRelocationModel() == Reloc::PIC_) { in runOnMachineFunction()
|
D | Mips16HardFloat.cpp | 264 if (TM.getRelocationModel() == Reloc::PIC_) in assureFPCallStub() 450 if (TM.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall() 464 bool PicMode = TM.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
|
D | MipsSubtarget.cpp | 117 if (NoABICalls && TM.getRelocationModel() == Reloc::PIC_) in MipsSubtarget()
|
D | Mips16ISelDAGToDAG.cpp | 184 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 112 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
|
D | TargetMachineC.cpp | 123 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCTargetDesc.cpp | 113 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSparcV9MCCodeGenInfo()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 95 RM = Reloc::PIC_; in createAArch64MCCodeGenInfo()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCTargetDesc.cpp | 92 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 230 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
|
D | PPCAsmPrinter.cpp | 473 TM.getRelocationModel() == Reloc::PIC_) in EmitTlsCall() 1041 TM.getRelocationModel() != Reloc::PIC_) in EmitStartOfAsmFile() 1070 (TM.getRelocationModel() != Reloc::PIC_ || in EmitFunctionEntryLabel() 1285 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 1334 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
|
D | PPCRegisterInfo.cpp | 237 TM.getRelocationModel() == Reloc::PIC_) in getReservedRegs() 244 TM.getRelocationModel() == Reloc::PIC_) in getReservedRegs() 911 TM.getRelocationModel() == Reloc::PIC_) in getBaseRegister()
|
D | PPCTargetMachine.cpp | 385 if (getPPCTargetMachine().getRelocationModel() == Reloc::PIC_) in addPreRegAlloc()
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 329 if (TM.getRelocationModel() == Reloc::PIC_) in X86Subtarget()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 210 RM = TT.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCTargetDesc.cpp | 205 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 58 clEnumValN(Reloc::PIC_, "pic",
|
/external/llvm/tools/lto/ |
D | lto.cpp | 344 unwrap(cg)->setCodePICModel(Reloc::PIC_); in lto_codegen_set_pic_model()
|