Home
last modified time | relevance | path

Searched refs:getRelocationModel (Results 1 – 25 of 27) 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-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()
/external/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()
/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;
DMipsSEFrameLowering.cpp556 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp236 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
DPPCAsmPrinter.cpp1326 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile()
1332 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile()
/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()
DX86FastISel.cpp3629 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h205 Reloc::Model getRelocationModel() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp32 JTMB->getRelocationModel() == None) { in prepareForConstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1539 if (TM.getRelocationModel() == Reloc::Static && in EmitSpecialLLVMGlobal()
1552 if (TM.getRelocationModel() == Reloc::Static && in EmitSpecialLLVMGlobal()
/external/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()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1496 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS()
1526 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress()
2946 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp863 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()

12