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