Searched refs:needsRelocation (Results 1 – 6 of 6) sorted by relevance
172 if (!C->needsRelocation()) { in getKindForGlobal()232 if (C->needsRelocation()) in getKindForGlobal()
45 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
94 bool needsRelocation() const;
106 bool needsRelocation() const;
830 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry833 return Val.ConstVal->needsRelocation(); in needsRelocation()838 if (needsRelocation()) in getSectionKind()
433 bool Constant::needsRelocation() const { in needsRelocation() function in Constant438 return BA->getFunction()->needsRelocation(); in needsRelocation()459 Result |= cast<Constant>(getOperand(i))->needsRelocation(); in needsRelocation()