Home
last modified time | relevance | path

Searched refs:getRelocationModel (Results 1 – 19 of 19) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachine.cpp118 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
144 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
180 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
240 Reloc::Model RM = getRelocationModel(); in getTLSModel()
HDTargetLoweringObjectFile.cpp302 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSubtarget.cpp340 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
341 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
344 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
345 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Subtarget.cpp181 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()
HDX86FastISel.cpp3531 TM.getRelocationModel() == Reloc::Static && isa<Function>(GV) && in fastLowerCall()
3866 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.cpp275 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
276 return TM.getRelocationModel(); in getRelocationModel()
HDMipsSubtarget.h368 Reloc::Model getRelocationModel() const;
HDMipsSEFrameLowering.cpp579 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDJITTargetMachineBuilder.h90 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetMachine.h228 Reloc::Model getRelocationModel() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp330 Asm->TM.getRelocationModel() == Reloc::PIC_) { in addLocationAttribute()
337 } else if ((Asm->TM.getRelocationModel() == Reloc::RWPI || in addLocationAttribute()
338 Asm->TM.getRelocationModel() == Reloc::ROPI_RWPI) && in addLocationAttribute()
HDAsmPrinter.cpp690 if (TM.getRelocationModel() != Reloc::Static && in getSymbolPreferLocal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.cpp606 TM->getRelocationModel() != Reloc::Static && in thinBackend()
HDThinLTOCodeGenerator.cpp450 TM.getRelocationModel() != Reloc::Static && in ProcessThinLTOModule()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcV2CBindings.cpp782 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1243 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS()
1274 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress()
3709 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1956 TM.getRelocationModel() == Reloc::Static)) in insertSSPDeclarations()
HDTargetLoweringObjectFileImpl.cpp1200 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp5153 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5523 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()