Searched refs:needsRelocation (Results 1 – 8 of 8) sorted by relevance
44 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
113 bool needsRelocation() const;
106 bool needsRelocation() const;
184 return !C->needsRelocation(); in shouldBuildLookupTablesForConstant()
3088 Init->needsRelocation()) in promoteToConstantPool()
919 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry922 return Val.ConstVal->needsRelocation(); in needsRelocation()927 if (needsRelocation()) in getSectionKind()
183 if (!C->needsRelocation()) { in getKindForGlobal()
489 bool Constant::needsRelocation() const { in needsRelocation() function in Constant494 return BA->getFunction()->needsRelocation(); in needsRelocation()515 Result |= cast<Constant>(getOperand(i))->needsRelocation(); in needsRelocation()