Home
last modified time | relevance | path

Searched refs:needsRelocation (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp43 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h95 bool needsRelocation() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h127 bool needsRelocation() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h105 bool needsRelocation() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp183 if (!C->needsRelocation()) { in getKindForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h244 return !C->needsRelocation(); in shouldBuildLookupTablesForConstant()
DARMISelLowering.cpp3383 Init->needsRelocation()) in promoteToConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp1011 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry
1014 return Val.ConstVal->needsRelocation(); in needsRelocation()
1019 if (needsRelocation()) in getSectionKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp542 bool Constant::needsRelocation() const { in needsRelocation() function in Constant
547 return BA->getFunction()->needsRelocation(); in needsRelocation()
578 Result |= cast<Constant>(getOperand(i))->needsRelocation(); in needsRelocation()