Searched refs:getRelocationModel (Results 1 – 19 of 19) sorted by relevance
42 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent()68 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine91 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal()156 Reloc::Model RM = getRelocationModel(); in getTLSModel()
302 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
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()
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()
3807 if (TM.getRelocationModel() == Reloc::Static && in X86MaterializeGV()
277 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget278 return TM.getRelocationModel(); in getRelocationModel()
366 Reloc::Model getRelocationModel() const;
580 if ((STI.getRelocationModel() != Reloc::Static)) in emitInterruptPrologueStub()
92 const std::optional<Reloc::Model> &getRelocationModel() const { return RM; } in getRelocationModel() function
229 Reloc::Model getRelocationModel() const;
595 TM->getRelocationModel() != Reloc::Static && in thinBackend()
467 TM.getRelocationModel() != Reloc::Static && in ProcessThinLTOModule()
304 } else if ((Asm->TM.getRelocationModel() == Reloc::RWPI || in addLocationAttribute()305 Asm->TM.getRelocationModel() == Reloc::ROPI_RWPI) && in addLocationAttribute()
657 if (TM.getRelocationModel() != Reloc::Static && in getSymbolPreferLocal()
826 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
1224 Reloc::Model RM = HTM.getRelocationModel(); in LowerGLOBALADDRESS()1255 Reloc::Model RM = HTM.getRelocationModel(); in LowerBlockAddress()3680 return HTM.getRelocationModel() == Reloc::Static; in isOffsetFoldingLegal()
1981 if (TM.getRelocationModel() == Reloc::Static && in insertSSPDeclarations()
1197 if (TM.getRelocationModel() == Reloc::Static) { in Initialize()
4950 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()5317 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee()