| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 97 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 123 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine 160 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 220 Reloc::Model RM = getRelocationModel(); in getTLSModel()
|
| H A D | TargetLoweringObjectFile.cpp | 302 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 346 return TM.getRelocationModel() == Reloc::ROPI || in isROPI() 347 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI() 350 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI() 351 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 180 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference() 222 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference() 246 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
| H A D | X86FastISel.cpp | 3529 TM.getRelocationModel() == Reloc::Static && isa<Function>(GV) && in fastLowerCall() 3864 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 276 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 277 return TM.getRelocationModel(); in getRelocationModel()
|
| H A D | MipsSubtarget.h | 365 Reloc::Model getRelocationModel() const;
|
| H A D | MipsSEFrameLowering.cpp | 580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 229 Reloc::Model getRelocationModel() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 315 Asm->TM.getRelocationModel() == Reloc::PIC_) { in addLocationAttribute() 322 } else if ((Asm->TM.getRelocationModel() == Reloc::RWPI || in addLocationAttribute() 323 Asm->TM.getRelocationModel() == Reloc::ROPI_RWPI) && in addLocationAttribute()
|
| H A D | AsmPrinter.cpp | 711 if (TM.getRelocationModel() != Reloc::Static && in getSymbolPreferLocal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 604 TM->getRelocationModel() != Reloc::Static && in thinBackend()
|
| H A D | ThinLTOCodeGenerator.cpp | 449 TM.getRelocationModel() != Reloc::Static && in ProcessThinLTOModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 782 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1224 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS() 1255 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress() 3688 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 2030 TM.getRelocationModel() == Reloc::Static)) in insertSSPDeclarations()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 1197 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5039 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization() 5410 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
|