Home
last modified time | relevance | path

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

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