Home
last modified time | relevance | path

Searched refs:getRelocationModel (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/lib/Target/
DTargetMachine.cpp60 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
113 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
155 Reloc::Model RM = getRelocationModel(); in getTLSModel()
DTargetLoweringObjectFile.cpp137 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86TargetMachine.cpp75 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine()
84 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
87 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
DX86Subtarget.cpp164 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in IsLegalToCallImmediateAddr()
DX86CodeEmitter.cpp58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter()
63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter()
122 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp94 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction()
95 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction()
129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock()
154 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
DPPCAsmPrinter.cpp178 if (TM.getRelocationModel() == Reloc::Static) { in printOperand()
201 if (TM.getRelocationModel() != Reloc::Static && in printOperand()
451 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile()
457 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile()
492 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
DPPCSubtarget.cpp132 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp167 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
168 return TM.getRelocationModel(); in getRelocationModel()
DMipsSubtarget.h281 Reloc::Model getRelocationModel() const;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCCodeGenInfo.h35 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool()
172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZSubtarget.cpp42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
DSystemZAsmPrinter.cpp97 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand()
110 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp45 TM.getRelocationModel(), TM.getCodeModel(), *Ctx); in Initialize()
127 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
DTargetMachine.cpp214 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine
217 return CodeGenInfo->getRelocationModel(); in getRelocationModel()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsEmitGPRestore.cpp47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
DMipsCodeEmitter.cpp71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) { in MipsCodeEmitter()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUAsmPrinter.cpp266 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
276 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp236 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h201 Reloc::Model getRelocationModel() const;
/external/llvm/include/llvm/Target/
DTargetMachine.h171 Reloc::Model getRelocationModel() const;
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp168 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} in ARMCodeEmitter()
366 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction()
367 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction()
376 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
641 Reloc::Model RelocM = TM.getRelocationModel(); in emitConstPoolInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp225 if (TM.getRelocationModel() == Reloc::PIC_) { in Select()

12