Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp223 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/
DX86MCTargetDesc.cpp421 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/
DMipsEmitGPRestore.cpp49 if ((TM.getRelocationModel() != Reloc::PIC_) || in runOnMachineFunction()
DMipsFrameLowering.cpp139 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue()
DMipsCodeEmitter.cpp71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) { in MipsCodeEmitter()
DMipsAsmPrinter.cpp298 bool EmitCPLoad = (MF->getTarget().getRelocationModel() == Reloc::PIC_) && in EmitFunctionBodyStart()
DMipsInstrInfo.cpp33 UncondBrOpc(TM.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J) {} in MipsInstrInfo()
DMipsISelDAGToDAG.cpp285 if (TM.getRelocationModel() != Reloc::PIC_) { in SelectAddr()
/external/llvm/lib/Target/PowerPC/
DPPCCodeEmitter.cpp129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock()
155 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
DPPCAsmPrinter.cpp475 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile()
516 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
/external/llvm/lib/Target/
DTargetMachine.cpp85 if (getRelocationModel() == Reloc::PIC_ && in getTLSModel()
DTargetMachineC.cpp70 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp149 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
DARMFastISel.cpp620 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/
DX86TargetMachine.cpp93 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/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp112 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp138 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
/external/llvm/tools/lli/
Dlli.cpp122 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp225 if (TM.getRelocationModel() == Reloc::PIC_) { in Select()
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp230 RelocModel = Reloc::PIC_; in determineTarget()
/external/clang/lib/CodeGen/
DBackendUtil.cpp299 RM = llvm::Reloc::PIC_; in AddEmitPasses()
/external/llvm/tools/llc/
Dllc.cpp87 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp124 clEnumValN(Reloc::PIC_, "pic",

12