Home
last modified time | relevance | path

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

123

/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-7.0/llvm/lib/Target/
DTargetMachine.cpp51 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
88 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
137 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
209 Reloc::Model RM = getRelocationModel(); in getTLSModel()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp322 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
323 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
326 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
327 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/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/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/
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/SystemZ/
DSystemZAsmPrinter.cpp97 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand()
110 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
DSystemZSubtarget.cpp42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp257 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
258 return TM.getRelocationModel(); in getRelocationModel()
DMipsSubtarget.h345 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/Target/CellSPU/
DSPUAsmPrinter.cpp266 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
276 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsEmitGPRestore.cpp47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
/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-7.0/llvm/include/llvm/Target/
DTargetMachine.h179 Reloc::Model getRelocationModel() const;

123