Searched refs:getRelocationModel (Results 1 – 13 of 13) sorted by relevance
46 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()83 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine132 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()213 Reloc::Model RM = getRelocationModel(); in getTLSModel()
228 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
330 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()
257 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget258 return TM.getRelocationModel(); in getRelocationModel()
347 Reloc::Model getRelocationModel() const;
581 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
178 Reloc::Model getRelocationModel() const;
220 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
3847 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
1545 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile()1551 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile()
4696 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
1018 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS()1049 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress()2972 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
837 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()