Searched refs:PIC_ (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator in enum:llvm::Reloc::Model
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMSubtarget.cpp159 if (RelocM == Reloc::PIC_) {
H A DARMInstrInfo.cpp106 if (TM->getRelocationModel() != Reloc::PIC_)
H A DARMFastISel.cpp632 case Reloc::PIC_:
652 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
656 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
667 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
670 if (RelocM == Reloc::PIC_)
681 if (RelocM == Reloc::PIC_) {
H A DARMCodeEmitter.cpp72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
384 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetMachine.cpp107 bool isPIC = getRelocationModel() == Reloc::PIC_;
H A DTargetMachineC.cpp70 RM = Reloc::PIC_;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp129 assert(TM.getRelocationModel() == Reloc::PIC_);
155 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DPPCAsmPrinter.cpp516 if (TM.getRelocationModel() == Reloc::PIC_) {
557 if (TM.getRelocationModel() == Reloc::PIC_) {
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCObjectFileInfo.cpp223 PersonalityEncoding = (RelocM == Reloc::PIC_)
226 LSDAEncoding = (RelocM == Reloc::PIC_)
229 FDEEncoding = FDECFIEncoding = (RelocM == Reloc::PIC_)
232 TTypeEncoding = (RelocM == Reloc::PIC_)
238 if (RelocM == Reloc::PIC_) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsLongBranch.cpp69 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
190 TM.getRelocationModel() == Reloc::PIC_)))
388 if ((TM.getRelocationModel() == Reloc::PIC_) &&
426 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DMipsCodeEmitter.cpp70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
H A DMipsISelDAGToDAG.cpp307 if (TM.getRelocationModel() != Reloc::PIC_) {
H A DMipsSEInstrInfo.cpp28 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J),
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp426 RM = Reloc::PIC_;
430 RM = Reloc::PIC_;
441 RM = Reloc::PIC_;
449 RM = Reloc::PIC_;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86TargetMachine.cpp93 if (getRelocationModel() == Reloc::PIC_)
H A DX86CodeEmitter.cpp57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
62 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
133 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp167 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp225 if (TM.getRelocationModel() == Reloc::PIC_) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp112 RM = Reloc::PIC_;
/macosx-10.10/llvmCore-3425.0.34/tools/llc/
H A Dllc.cpp89 clEnumValN(Reloc::PIC_, "pic",
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A Dllvm-mc.cpp124 clEnumValN(Reloc::PIC_, "pic",
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A DLTOCodeGenerator.cpp239 RelocModel = Reloc::PIC_;
/macosx-10.10/llvmCore-3425.0.34/tools/lli/
H A Dlli.cpp146 clEnumValN(Reloc::PIC_, "pic",
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.cpp894 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
915 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)

Completed in 245 milliseconds

12