Home
last modified time | relevance | path

Searched refs:needsDynamicRelocation (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp44 GVar->getInitializer()->needsDynamicRelocation()) in SelectSectionForGlobal()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h135 bool needsDynamicRelocation() const;
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp305 !C->needsDynamicRelocation()) in getKindForGlobal()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h308 return !C->needsDynamicRelocation(); in shouldBuildLookupTablesForConstant()
H A DARMISelLowering.cpp3785 Init->needsDynamicRelocation()) in promoteToConstantPool()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1396 return Val.ConstVal->needsDynamicRelocation(); in needsRelocation()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp613 bool Constant::needsDynamicRelocation() const { in needsDynamicRelocation() function in Constant