Searched refs:isDataRel (Results 1 – 4 of 4) sorted by relevance
79 (Kind.isDataRel() || Kind.isBSS() || Kind.isCommon())); in IsGlobalInSmallSection()122 if (Kind.isDataRel() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
172 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()181 bool isDataRel() const { in isDataRel() function
130 if (Kind.isDataRel()) return DataSection; in SelectSectionForGlobal()136 if (Kind.isDataRel()) return DataSectionLarge; in SelectSectionForGlobal()
240 if (Kind.isDataRel()) in getSectionPrefixForGlobal()657 if (Kind.isDataRel() || Kind.isReadOnlyWithRel()) in getSectionForConstant()