Searched refs:getRelocationModel (Results 1 – 14 of 14) sorted by relevance
45 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()70 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine119 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()212 Reloc::Model RM = getRelocationModel(); in getTLSModel()
228 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
341 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()342 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()345 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()346 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
272 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget273 return TM.getRelocationModel(); in getRelocationModel()
359 Reloc::Model getRelocationModel() const;
580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
83 const Optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
226 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
3828 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
205 Reloc::Model getRelocationModel() const;
32 JTMB->getRelocationModel() == None) { in prepareForConstruction()
1077 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS()1108 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress()3159 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
863 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
4783 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()5151 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()