/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 60 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()
|
D | TargetLoweringObjectFile.cpp | 137 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 45 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()
|
D | TargetLoweringObjectFile.cpp | 228 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 341 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/ |
D | MipsSubtarget.cpp | 167 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 168 return TM.getRelocationModel(); in getRelocationModel()
|
D | MipsSubtarget.h | 281 Reloc::Model getRelocationModel() const;
|
D | MipsSEFrameLowering.cpp | 556 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 273 return TM.getRelocationModel(); in getRelocationModel()
|
D | MipsSubtarget.h | 359 Reloc::Model getRelocationModel() const;
|
D | MipsSEFrameLowering.cpp | 580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 236 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
|
D | PPCAsmPrinter.cpp | 1326 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 1332 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 171 Reloc::Model getRelocationModel() const;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 168 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
D | X86FastISel.cpp | 3629 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 226 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
D | X86FastISel.cpp | 3828 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 205 Reloc::Model getRelocationModel() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | LLJIT.cpp | 32 JTMB->getRelocationModel() == None) { in prepareForConstruction()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1539 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/ |
D | HexagonISelLowering.cpp | 1077 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/ |
D | HexagonISelLowering.cpp | 1496 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/ |
D | TargetLoweringObjectFileImpl.cpp | 863 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
|