Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp45 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 DTargetLoweringObjectFile.cpp297 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp348 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 DX86Subtarget.cpp171 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 DX86FastISel.cpp3810 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
273 return TM.getRelocationModel(); in getRelocationModel()
H A DMipsSubtarget.h363 Reloc::Model getRelocationModel() const;
H A DMipsSEFrameLowering.cpp580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h92 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h218 Reloc::Model getRelocationModel() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp460 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp596 TM->getRelocationModel() != Reloc::Static && in thinBackend()
H A DThinLTOCodeGenerator.cpp433 TM.getRelocationModel() != Reloc::Static && in ProcessThinLTOModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1227 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 DTargetLoweringBase.cpp1952 if (TM.getRelocationModel() == Reloc::Static && in insertSSPDeclarations()
H A DTargetLoweringObjectFileImpl.cpp1129 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp492 if (TM.getRelocationModel() != Reloc::Static && in getSymbolPreferLocal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4882 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
5231 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()