Home
last modified time | relevance | path

Searched refs:NameSet (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp404 llvm::SmallSet<std::string, 32> &NameSet) { in validate()
407 if (!NameSet.insert(V.Name).second) in validate()
417 llvm::SmallSet<std::string, 32> &NameSet) { in mapping()
419 io.mapRequired("Values", V.ValueList, NameSet); in mapping()
448 llvm::SmallSet<std::string, 32> NameSet; in mapping() local
449 io.mapOptionalWithContext("Flags", M.CustomFlagDeclarations, NameSet); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp296 void FunctionSamples::findAllNames(DenseSet<FunctionId> &NameSet) const { in findAllNames()
297 NameSet.insert(getFunction()); in findAllNames()
299 NameSet.insert_range(llvm::make_first_range(BS.second.getCallTargets())); in findAllNames()
303 NameSet.insert(NameFS.first); in findAllNames()
304 NameFS.second.findAllNames(NameSet); in findAllNames()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp33 StringSet<> NameSet; in CoverageFilenamesSectionWriter() local
35 assert(NameSet.insert(Name).second && "Duplicate filename"); in CoverageFilenamesSectionWriter()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1229 LLVM_ABI void findAllNames(DenseSet<FunctionId> &NameSet) const;