Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp44 GVar->getInitializer()->needsDynamicRelocation()) in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h139 bool needsDynamicRelocation() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp305 !C->needsDynamicRelocation()) in getKindForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h324 return !C->needsDynamicRelocation(); in shouldBuildLookupTablesForConstant()
H A DARMISelLowering.cpp3812 Init->needsDynamicRelocation()) in promoteToConstantPool()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1361 return Val.ConstVal->needsDynamicRelocation(); in needsRelocation()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp621 bool Constant::needsDynamicRelocation() const { in needsDynamicRelocation() function in Constant