Searched refs:isDataNoRel (Results 1 – 3 of 3) sorted by relevance
76 if (Kind.isBSS() || Kind.isDataNoRel() || Kind.isCommon()) { in IsGlobalInSmallSection()92 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
189 bool isDataNoRel() const { return K == DataNoRel; } in isDataNoRel() function
236 if (Kind.isDataNoRel()) in getSectionPrefixForGlobal()