Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp44 GVar->getInitializer()->needsDynamicRelocation()) in SelectSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h139 bool needsDynamicRelocation() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp300 !C->needsDynamicRelocation()) in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h293 return !C->needsDynamicRelocation(); in shouldBuildLookupTablesForConstant()
H A DARMISelLowering.cpp3602 Init->needsDynamicRelocation()) in promoteToConstantPool()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1122 return Val.ConstVal->needsDynamicRelocation(); in needsRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp660 bool Constant::needsDynamicRelocation() const { in needsDynamicRelocation() function in Constant