Searched refs:needsRelocation (Results 1 – 15 of 15) sorted by relevance
43 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
45 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation()) in SelectSectionForGlobal()
93 bool needsRelocation() const;
95 bool needsRelocation() const;
127 bool needsRelocation() const;
106 bool needsRelocation() const;
105 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()
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()
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()
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()