Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp241 PersonalityEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo()
244 LSDAEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo()
247 FDEEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo()
250 TTypeEncoding = (RelocM == Reloc::PIC_) in InitELFMCObjectFileInfo()
254 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo()
279 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo()
302 if (RelocM == Reloc::PIC_) { in InitELFMCObjectFileInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp321 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
325 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
336 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
344 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp53 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsConstantIslands()
DMipsLongBranch.cpp68 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch()
190 TM.getRelocationModel() == Reloc::PIC_))) in initMBBInfo()
412 if ((TM.getRelocationModel() == Reloc::PIC_) && in runOnMachineFunction()
450 if (TM.getRelocationModel() == Reloc::PIC_) { in runOnMachineFunction()
DMips16HardFloat.cpp244 if (Subtarget.getRelocationModel() == Reloc::PIC_) in assureFPCallStub()
373 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall()
387 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
DMips16ISelDAGToDAG.cpp179 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
DMipsSEInstrInfo.cpp34 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J), in MipsSEInstrInfo()
525 if (TM.getRelocationModel() == Reloc::PIC_) in expandEhReturn()
DMipsCodeEmitter.cpp70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in MipsCodeEmitter()
/external/llvm/include/llvm/Support/
DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp67 if (RM == Reloc::PIC_ || RM == Reloc::Default) in emitELFHeaderFlagsCG()
DMipsMCTargetDesc.cpp113 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp71 CM = RM == Reloc::PIC_ ? CodeModel::Medium : CodeModel::Small; in createSparcMCCodeGenInfo()
/external/llvm/lib/Target/PowerPC/
DPPCCodeEmitter.cpp133 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock()
159 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
/external/llvm/lib/Target/
DTargetMachine.cpp132 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
DTargetMachineC.cpp99 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
/external/llvm/lib/Target/ARM/
DARMInstrInfo.cpp106 if (TM->getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
DARMSubtarget.cpp236 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
DARMFastISel.cpp645 case Reloc::PIC_: in ARMMaterializeGV()
665 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_) in ARMMaterializeGV()
669 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 : in ARMMaterializeGV()
680 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic; in ARMMaterializeGV()
683 if (RelocM == Reloc::PIC_) in ARMMaterializeGV()
694 if (RelocM == Reloc::PIC_) { in ARMMaterializeGV()
/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp98 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h49 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp144 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp183 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
/external/llvm/tools/lli/
Dlli.cpp144 clEnumValN(Reloc::PIC_, "pic",
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp278 RelocModel = Reloc::PIC_; in determineTarget()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp123 clEnumValN(Reloc::PIC_, "pic",

12