/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 45 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 70 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine 97 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 172 Reloc::Model RM = getRelocationModel(); in getTLSModel()
|
H A D | TargetLoweringObjectFile.cpp | 297 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 348 return TM.getRelocationModel() == Reloc::ROPI || in isROPI() 349 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI() 352 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI() 353 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 171 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference() 210 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference() 234 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
H A D | X86FastISel.cpp | 3810 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 273 return TM.getRelocationModel(); in getRelocationModel()
|
H A D | MipsSubtarget.h | 363 Reloc::Model getRelocationModel() const;
|
H A D | MipsSEFrameLowering.cpp | 580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 92 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 218 Reloc::Model getRelocationModel() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 460 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 596 TM->getRelocationModel() != Reloc::Static && in thinBackend()
|
H A D | ThinLTOCodeGenerator.cpp | 433 TM.getRelocationModel() != Reloc::Static && in ProcessThinLTOModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1227 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS() 1258 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress() 3411 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1952 if (TM.getRelocationModel() == Reloc::Static && in insertSSPDeclarations()
|
H A D | TargetLoweringObjectFileImpl.cpp | 1129 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 492 if (TM.getRelocationModel() != Reloc::Static && in getSymbolPreferLocal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4882 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization() 5231 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
|