| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 144 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 170 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine 206 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 266 Reloc::Model RM = getRelocationModel(); in getTLSModel()
|
| H A D | TargetLoweringObjectFile.cpp | 329 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 310 return TM.getRelocationModel() == Reloc::ROPI || in isROPI() 311 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI() 314 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI() 315 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 181 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference() 223 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference() 247 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
| H A D | X86FastISel.cpp | 3572 TM.getRelocationModel() == Reloc::Static && isa<Function>(GV) && in fastLowerCall() 3882 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 280 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 281 return TM.getRelocationModel(); in getRelocationModel()
|
| H A D | MipsSubtarget.h | 370 Reloc::Model getRelocationModel() const;
|
| H A D | MipsSEFrameLowering.cpp | 544 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 91 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 260 Reloc::Model getRelocationModel() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 353 Asm->TM.getRelocationModel() == Reloc::PIC_) { in addLocationAttribute() 360 } else if ((Asm->TM.getRelocationModel() == Reloc::RWPI || in addLocationAttribute() 361 Asm->TM.getRelocationModel() == Reloc::ROPI_RWPI) && in addLocationAttribute()
|
| H A D | AsmPrinter.cpp | 720 if (TM.getRelocationModel() != Reloc::Static && in getSymbolPreferLocal()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 663 TM->getRelocationModel() != Reloc::Static && in thinBackend()
|
| H A D | ThinLTOCodeGenerator.cpp | 443 TM.getRelocationModel() != Reloc::Static && in ProcessThinLTOModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 783 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1309 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS() 1340 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress() 3743 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 2060 TM.getRelocationModel() == Reloc::Static)) in insertSSPDeclarations()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 1271 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5168 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization() 5538 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20560 {"_ZN4llvm13TargetMachine18getRelocationModelEv", "llvm::TargetMachine::getRelocationModel()"},
|