Searched refs:isReadOnlyWithRelLocal (Results 1 – 2 of 2) sorted by relevance
199 if (Kind.isReadOnlyWithRelLocal()) return ".data.rel.ro.local."; in getSectionPrefixForGlobal()291 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in SelectSectionForGlobal()311 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in getSectionForConstant()
196 bool isReadOnlyWithRelLocal() const { in isReadOnlyWithRelLocal() function