Searched refs:NameSet (Results 1 – 3 of 3) sorted by relevance
247 void FunctionSamples::findAllNames(DenseSet<StringRef> &NameSet) const { in findAllNames()248 NameSet.insert(Name); in findAllNames()251 NameSet.insert(TS.getKey()); in findAllNames()255 NameSet.insert(NameFS.first); in findAllNames()256 NameFS.second.findAllNames(NameSet); in findAllNames()
33 StringSet<> NameSet; in CoverageFilenamesSectionWriter() local35 assert(NameSet.insert(Name).second && "Duplicate filename"); in CoverageFilenamesSectionWriter()
913 void findAllNames(DenseSet<StringRef> &NameSet) const;