Searched defs:VisitedComponents (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp169 std::set<AvailableComponent *> VisitedComponents; local
79 VisitComponent(const std::string &Name, const StringMap<AvailableComponent *> &ComponentMap, std::set<AvailableComponent *> &VisitedComponents, std::vector<std::string> &RequiredLibs, bool IncludeNonInstalled, bool GetComponentNames, const std::function<std::string(const StringRef &)> *GetComponentLibraryPath, std::vector<std::string> *Missing, const std::string &DirSep) argument

Completed in 132 milliseconds