Searched refs:needsRelocation (Results 1 – 9 of 9) sorted by relevance
43 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
95 bool needsRelocation() const;
127 bool needsRelocation() const;
105 bool needsRelocation() const;
183 if (!C->needsRelocation()) { in getKindForGlobal()
244 return !C->needsRelocation(); in shouldBuildLookupTablesForConstant()
3383 Init->needsRelocation()) in promoteToConstantPool()
1011 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() function in MachineConstantPoolEntry1014 return Val.ConstVal->needsRelocation(); in needsRelocation()1019 if (needsRelocation()) in getSectionKind()
542 bool Constant::needsRelocation() const { in needsRelocation() function in Constant547 return BA->getFunction()->needsRelocation(); in needsRelocation()578 Result |= cast<Constant>(getOperand(i))->needsRelocation(); in needsRelocation()