| /freebsd-10-stable/contrib/llvm/lib/Target/ |
| D | TargetMachine.cpp | 91 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine 94 return CodeGenInfo->getRelocationModel(); in getRelocationModel() 132 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
|
| D | TargetLoweringObjectFile.cpp | 44 TM.getRelocationModel(), TM.getCodeModel(), *Ctx); in Initialize() 132 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86TargetMachine.cpp | 89 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine() 98 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine() 101 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
|
| D | X86Subtarget.cpp | 170 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in IsLegalToCallImmediateAddr()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCCodeEmitter.cpp | 98 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction() 99 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction() 133 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 159 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
| D | PPCAsmPrinter.cpp | 174 if (TM.getRelocationModel() == Reloc::Static) { in printOperand() 197 if (TM.getRelocationModel() != Reloc::Static && in printOperand() 870 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 876 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile() 909 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
|
| D | PPCSubtarget.cpp | 155 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCCodeGenInfo.h | 40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsLongBranch.cpp | 68 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch() 190 TM.getRelocationModel() == Reloc::PIC_))) in initMBBInfo() 417 if ((TM.getRelocationModel() == Reloc::PIC_) && in runOnMachineFunction() 457 if (TM.getRelocationModel() == Reloc::PIC_) { in runOnMachineFunction()
|
| D | Mips16HardFloat.cpp | 245 if (Subtarget.getRelocationModel() == Reloc::PIC_) in assureFPCallStub() 405 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall() 419 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
|
| D | MipsSubtarget.h | 226 Reloc::Model getRelocationModel() const {return RM;} in getRelocationModel() function
|
| D | MipsAsmPrinter.cpp | 621 Reloc::Model RM = Subtarget->getRelocationModel(); in EmitStartOfAsmFile() 679 Reloc::Model RM = Subtarget.getRelocationModel(); in emitELFHeaderFlagsCG()
|
| D | Mips16ISelDAGToDAG.cpp | 180 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
|
| D | MipsSEISelDAGToDAG.cpp | 161 if (MF.getTarget().getRelocationModel() == Reloc::Static) { in initGlobalBaseReg() 271 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddrRegImm()
|
| D | MipsSEInstrInfo.cpp | 29 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J), in MipsSEInstrInfo() 559 if (TM.getRelocationModel() == Reloc::PIC_) in expandEhReturn()
|
| D | MipsCodeEmitter.cpp | 70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in MipsCodeEmitter()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMInstrInfo.cpp | 107 if (TM->getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
| D | ARMCodeEmitter.cpp | 72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} in ARMCodeEmitter() 378 assert((Target.getRelocationModel() != Reloc::Default || in runOnMachineFunction() 379 Target.getRelocationModel() != Reloc::Static) && in runOnMachineFunction() 390 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction() 652 Reloc::Model RelocM = TM.getRelocationModel(); in emitConstPoolInstruction()
|
| D | ARMAsmPrinter.cpp | 451 Reloc::Model RelocM = TM.getRelocationModel(); in EmitStartOfAsmFile() 779 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel()); in GetARMGVSymbol() 889 if (TM.getRelocationModel() == Reloc::PIC_) in EmitJumpTable()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetMachine.h | 203 Reloc::Model getRelocationModel() const;
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r200961-sparc.diff | 53 + unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) 68 + unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) 82 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) {
|
| D | patch-r262261-llvm-r199775-sparc.diff | 121 + if (TM.getRelocationModel() != Reloc::PIC_) {
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64AsmPrinter.cpp | 93 Reloc::Model RelocM = TM.getRelocationModel(); in printSymbolicAddress()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcCodeEmitter.cpp | 53 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in SparcCodeEmitter()
|
| D | SparcAsmPrinter.cpp | 177 if (TM.getRelocationModel() != Reloc::PIC_) { in LowerGETPCXAndEmitMCInsts()
|