Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp168 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/
DMCObjectFileInfo.cpp307 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/
DARMInstrInfo.cpp99 if (RM == Reloc::PIC_) in expandLoadStackGuard()
106 if (RM != Reloc::PIC_) { in expandLoadStackGuard()
DThumb1InstrInfo.cpp124 if (RM == Reloc::PIC_) in expandLoadStackGuard()
DARMSubtarget.cpp298 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
DARMFastISel.cpp604 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/
DMipsLongBranch.cpp67 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()
DMips16HardFloat.cpp264 if (TM.getRelocationModel() == Reloc::PIC_) in assureFPCallStub()
450 if (TM.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall()
464 bool PicMode = TM.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
DMipsSubtarget.cpp117 if (NoABICalls && TM.getRelocationModel() == Reloc::PIC_) in MipsSubtarget()
DMips16ISelDAGToDAG.cpp184 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
/external/llvm/include/llvm/Support/
DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/llvm/lib/Target/
DTargetMachine.cpp112 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
DTargetMachineC.cpp123 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp113 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSparcV9MCCodeGenInfo()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp95 RM = Reloc::PIC_; in createAArch64MCCodeGenInfo()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp92 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp230 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
DPPCAsmPrinter.cpp473 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()
DPPCRegisterInfo.cpp237 TM.getRelocationModel() == Reloc::PIC_) in getReservedRegs()
244 TM.getRelocationModel() == Reloc::PIC_) in getReservedRegs()
911 TM.getRelocationModel() == Reloc::PIC_) in getBaseRegister()
DPPCTargetMachine.cpp385 if (getPPCTargetMachine().getRelocationModel() == Reloc::PIC_) in addPreRegAlloc()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp329 if (TM.getRelocationModel() == Reloc::PIC_) in X86Subtarget()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp210 RM = TT.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp205 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h58 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/tools/lto/
Dlto.cpp344 unwrap(cg)->setCodePICModel(Reloc::PIC_); in lto_codegen_set_pic_model()

123