/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 41 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine() 50 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine() 53 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
|
D | X86Subtarget.cpp | 182 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in IsLegalToCallImmediateAddr()
|
D | X86CodeEmitter.cpp | 58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter() 137 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 76 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine 79 return CodeGenInfo->getRelocationModel(); in getRelocationModel() 111 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
|
D | TargetLoweringObjectFile.cpp | 47 TM.getRelocationModel(), TM.getCodeModel(), *Ctx); in Initialize() 137 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 100 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction() 101 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction() 136 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 162 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
D | PPCSubtarget.cpp | 214 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
|
D | PPCAsmPrinter.cpp | 177 if (TM.getRelocationModel() != Reloc::Static && in printOperand() 860 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 866 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile() 899 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
|
/external/llvm/include/llvm/MC/ |
D | MCCodeGenInfo.h | 40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 66 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch() 189 TM.getRelocationModel() == Reloc::PIC_))) in initMBBInfo() 454 if ((TM.getRelocationModel() == Reloc::PIC_) && in runOnMachineFunction() 503 if (TM.getRelocationModel() == Reloc::PIC_) { in runOnMachineFunction()
|
D | Mips16HardFloat.cpp | 252 if (Subtarget.getRelocationModel() == Reloc::PIC_) in assureFPCallStub() 429 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall() 443 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
|
D | MipsSubtarget.h | 273 Reloc::Model getRelocationModel() const {return RM;} in getRelocationModel() function
|
D | Mips16ISelDAGToDAG.cpp | 181 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
|
D | MipsAsmPrinter.cpp | 675 Reloc::Model RM = Subtarget->getRelocationModel(); in EmitStartOfAsmFile() 924 if (Subtarget->getRelocationModel() == Reloc::PIC_) in EmitFPCallStub()
|
D | MipsSEISelDAGToDAG.cpp | 162 if (MF.getTarget().getRelocationModel() == Reloc::Static) { in initGlobalBaseReg() 303 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddrRegImm()
|
D | MipsFastISel.cpp | 62 TargetSupported = ((Subtarget->getRelocationModel() == Reloc::PIC_) && in MipsFastISel()
|
D | MipsSEInstrInfo.cpp | 29 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J), in MipsSEInstrInfo() 609 if (TM.getRelocationModel() == Reloc::PIC_) in expandEhReturn()
|
D | MipsCodeEmitter.cpp | 71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in MipsCodeEmitter()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 94 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) { in ClassifyGlobalReference()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 107 if (TM->getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
D | ARMCodeEmitter.cpp | 74 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} in ARMCodeEmitter() 368 assert((Target.getRelocationModel() != Reloc::Default || in runOnMachineFunction() 369 Target.getRelocationModel() != Reloc::Static) && in runOnMachineFunction() 380 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction() 642 Reloc::Model RelocM = TM.getRelocationModel(); in emitConstPoolInstruction()
|
D | ARMAsmPrinter.cpp | 417 Reloc::Model RelocM = TM.getRelocationModel(); in EmitStartOfAsmFile() 675 if (TM.getRelocationModel() == Reloc::PIC_) { in emitAttributes() 800 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel()); in GetARMGVSymbol() 933 if (TM.getRelocationModel() == Reloc::PIC_) in EmitJumpTable()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 167 Reloc::Model getRelocationModel() const;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCodeEmitter.cpp | 54 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in SparcCodeEmitter()
|
D | SparcAsmPrinter.cpp | 188 if (TM.getRelocationModel() != Reloc::PIC_) { in LowerGETPCXAndEmitMCInsts()
|