Searched refs:isDataNoRel (Results 1 – 4 of 4) sorted by relevance
85 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
97 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
190 bool isDataNoRel() const { return K == DataNoRel; } in isDataNoRel() function
196 if (Kind.isDataNoRel()) return ".data."; in getSectionPrefixForGlobal()288 if (Kind.isDataNoRel()) return DataSection; in SelectSectionForGlobal()