Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp44 GVar->getInitializer()->needsDynamicRelocation()) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h140 bool needsDynamicRelocation() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp305 !C->needsDynamicRelocation()) in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h330 return !C->needsDynamicRelocation(); in shouldBuildLookupTablesForConstant()
H A DARMISelLowering.cpp3849 Init->needsDynamicRelocation()) in promoteToConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1389 return Val.ConstVal->needsDynamicRelocation(); in needsRelocation()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp634 bool Constant::needsDynamicRelocation() const { in needsDynamicRelocation() function in Constant