Home
last modified time | relevance | path

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

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