Searched refs:needsRelocation (Results 1 – 7 of 7) sorted by relevance
45 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
93 bool needsRelocation() const;
95 bool needsRelocation() const;
106 bool needsRelocation() const;
873 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry876 return Val.ConstVal->needsRelocation(); in needsRelocation()881 if (needsRelocation()) in getSectionKind()
172 if (!C->needsRelocation()) { in getKindForGlobal()
417 bool Constant::needsRelocation() const { in needsRelocation() function in Constant422 return BA->getFunction()->needsRelocation(); in needsRelocation()443 Result |= cast<Constant>(getOperand(i))->needsRelocation(); in needsRelocation()