Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp44 GVar->getInitializer()->needsDynamicRelocation()) in SelectSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h139 bool needsDynamicRelocation() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h293 return !C->needsDynamicRelocation(); in shouldBuildLookupTablesForConstant()
H A DARMISelLowering.cpp3719 Init->needsDynamicRelocation()) in promoteToConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp300 !C->needsDynamicRelocation()) in getKindForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1358 return Val.ConstVal->needsDynamicRelocation(); in needsRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp662 bool Constant::needsDynamicRelocation() const { in needsDynamicRelocation() function in Constant