Searched refs:flagId (Results 1 – 2 of 2) sorted by relevance
317 StringRef flagId = getTok().getIdentifier(); in parseSunStyleSectionFlags() local318 if (flagId == "alloc") in parseSunStyleSectionFlags()320 else if (flagId == "execinstr") in parseSunStyleSectionFlags()322 else if (flagId == "write") in parseSunStyleSectionFlags()324 else if (flagId == "tls") in parseSunStyleSectionFlags()
346 StringRef flagId = getTok().getIdentifier(); in parseSunStyleSectionFlags() local347 if (flagId == "alloc") in parseSunStyleSectionFlags()349 else if (flagId == "execinstr") in parseSunStyleSectionFlags()351 else if (flagId == "write") in parseSunStyleSectionFlags()353 else if (flagId == "tls") in parseSunStyleSectionFlags()