/openbsd-src/gnu/llvm/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 42 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 68 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine 91 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 156 Reloc::Model RM = getRelocationModel(); in getTLSModel()
|
H A D | TargetLoweringObjectFile.cpp | 302 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 344 return TM.getRelocationModel() == Reloc::ROPI || in isROPI() 345 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI() 348 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI() 349 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 188 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference() 230 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference() 254 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
H A D | X86FastISel.cpp | 3807 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 277 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 278 return TM.getRelocationModel(); in getRelocationModel()
|
H A D | MipsSubtarget.h | 366 Reloc::Model getRelocationModel() const;
|
H A D | MipsSEFrameLowering.cpp | 580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 92 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 229 Reloc::Model getRelocationModel() const;
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 595 TM->getRelocationModel() != Reloc::Static && in thinBackend()
|
H A D | ThinLTOCodeGenerator.cpp | 467 TM.getRelocationModel() != Reloc::Static && in ProcessThinLTOModule()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 304 } else if ((Asm->TM.getRelocationModel() == Reloc::RWPI || in addLocationAttribute() 305 Asm->TM.getRelocationModel() == Reloc::ROPI_RWPI) && in addLocationAttribute()
|
H A D | AsmPrinter.cpp | 657 if (TM.getRelocationModel() != Reloc::Static && in getSymbolPreferLocal()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 826 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
|
/openbsd-src/gnu/llvm/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() 3680 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1981 if (TM.getRelocationModel() == Reloc::Static && in insertSSPDeclarations()
|
H A D | TargetLoweringObjectFileImpl.cpp | 1197 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4950 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization() 5317 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()
|