Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.cpp45 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
/external/llvm/include/llvm/IR/
DConstant.h93 bool needsRelocation() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h95 bool needsRelocation() const;
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h106 bool needsRelocation() const;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp873 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry
876 return Val.ConstVal->needsRelocation(); in needsRelocation()
881 if (needsRelocation()) in getSectionKind()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp172 if (!C->needsRelocation()) { in getKindForGlobal()
/external/llvm/lib/IR/
DConstants.cpp417 bool Constant::needsRelocation() const { in needsRelocation() function in Constant
422 return BA->getFunction()->needsRelocation(); in needsRelocation()
443 Result |= cast<Constant>(getOperand(i))->needsRelocation(); in needsRelocation()