Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCTargetDesc.cpp167 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
171 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
182 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
190 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrInfo.cpp98 if (RM == Reloc::PIC_) in expandLoadStackGuard()
105 if (RM != Reloc::PIC_) { in expandLoadStackGuard()
153 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
HDThumb1InstrInfo.cpp128 if (RM == Reloc::PIC_) in expandLoadStackGuard()
HDARMSubtarget.cpp307 if (RelocM == Reloc::PIC_) { in GVIsIndirectSymbol()
HDARMFastISel.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()
2403 if (Subtarget->isTargetELF() && TM.getRelocationModel() == Reloc::PIC_) in SelectCall()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp278 PersonalityEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo()
281 LSDAEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo()
284 TTypeEncoding = (RelocM == Reloc::PIC_) in initELFMCObjectFileInfo()
289 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()
314 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()
351 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()
365 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()
378 if (RelocM == Reloc::PIC_) { in initELFMCObjectFileInfo()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsLongBranch.cpp67 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch()
187 TM.getRelocationModel() == Reloc::PIC_))) in initMBBInfo()
461 if ((TM.getRelocationModel() == Reloc::PIC_) && in runOnMachineFunction()
510 if (TM.getRelocationModel() == Reloc::PIC_) { in runOnMachineFunction()
HDMips16HardFloat.cpp264 if (TM.getRelocationModel() == Reloc::PIC_) in assureFPCallStub()
441 if (TM.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall()
455 bool PicMode = TM.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
HDMipsSubtarget.cpp116 if (NoABICalls && TM.getRelocationModel() == Reloc::PIC_) in MipsSubtarget()
HDMips16ISelDAGToDAG.cpp184 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
HDMipsSEInstrInfo.cpp28 : MipsInstrInfo(STI, STI.getRelocationModel() == Reloc::PIC_ ? Mips::B in MipsSEInstrInfo()
626 if (TM.getRelocationModel() == Reloc::PIC_) in expandEhReturn()
/NextBSD/contrib/llvm/include/llvm/Support/
HDCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
/NextBSD/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcMCTargetDesc.cpp113 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSparcV9MCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCTargetDesc.cpp95 RM = Reloc::PIC_; in createAArch64MCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCTargetDesc.cpp92 RM = Reloc::PIC_; in createMipsMCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/
HDTargetMachine.cpp112 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
HDTargetMachineC.cpp115 RM = Reloc::PIC_; in LLVMCreateTargetMachine()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86Subtarget.cpp309 if (TM.getRelocationModel() == Reloc::PIC_) in X86Subtarget()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp478 TM.getRelocationModel() == Reloc::PIC_) in EmitTlsCall()
1054 TM.getRelocationModel() != Reloc::PIC_) in EmitStartOfAsmFile()
1083 (TM.getRelocationModel() != Reloc::PIC_ || in EmitFunctionEntryLabel()
1299 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile()
1348 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
HDPPCRegisterInfo.cpp237 TM.getRelocationModel() == Reloc::PIC_) in getReservedRegs()
244 TM.getRelocationModel() == Reloc::PIC_) in getReservedRegs()
883 TM.getRelocationModel() == Reloc::PIC_) in getBaseRegister()
HDPPCTargetMachine.cpp348 if (getPPCTargetMachine().getRelocationModel() == Reloc::PIC_) in addPreRegAlloc()
/NextBSD/contrib/llvm/tools/llvm-lto/
HDllvm-lto.cpp181 case Reloc::PIC_: in main()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDCommandFlags.h58 clEnumValN(Reloc::PIC_, "pic",
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCTargetDesc.cpp299 RM = TT.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo()
/NextBSD/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCTargetDesc.cpp205 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()

123