Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp46 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()
83 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine
132 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()
213 Reloc::Model RM = getRelocationModel(); in getTLSModel()
H A DTargetLoweringObjectFile.cpp228 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp330 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
331 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
334 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
335 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp257 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget
258 return TM.getRelocationModel(); in getRelocationModel()
H A DMipsSubtarget.h347 Reloc::Model getRelocationModel() const;
H A DMipsSEFrameLowering.cpp581 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h178 Reloc::Model getRelocationModel() const;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp220 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
H A DX86FastISel.cpp3847 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1545 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile()
1551 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile()
H A DPPCISelLowering.cpp4696 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1018 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS()
1049 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress()
2972 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp837 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()