Searched refs:FlagToName (Results 1 – 1 of 1) sorted by relevance
4578 DenseMap<unsigned, StringRef> FlagToName = { in printSectionDetails() local4594 auto It = FlagToName.find(Flag); in printSectionDetails()4595 if (It != FlagToName.end()) in printSectionDetails()