Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp45 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
70 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
119 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
212 Reloc::Model RM = getRelocationModel(); in getTLSModel()
DTargetLoweringObjectFile.cpp228 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp341 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
342 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
345 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
346 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
273 return TM.getRelocationModel(); in getRelocationModel()
DMipsSubtarget.h359 Reloc::Model getRelocationModel() const;
DMipsSEFrameLowering.cpp580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp226 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
DX86FastISel.cpp3828 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h205 Reloc::Model getRelocationModel() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp32 JTMB->getRelocationModel() == None) { in prepareForConstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1077 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS()
1108 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress()
3159 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp863 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4783 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5151 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()