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

/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp59 bool IncludeNonInstalled) {
71 if (!AC->IsInstalled && !IncludeNonInstalled)
77 RequiredLibs, IncludeNonInstalled);
92 /// \param IncludeNonInstalled - Whether non-installed components should be
96 bool IncludeNonInstalled) {
119 RequiredLibs, IncludeNonInstalled);
347 /*IncludeNonInstalled=*/IsInDevelopmentTree);
55 VisitComponent(StringRef Name, const StringMap<AvailableComponent*> &ComponentMap, std::set<AvailableComponent*> &VisitedComponents, std::vector<StringRef> &RequiredLibs, bool IncludeNonInstalled) argument
94 ComputeLibsForComponents(const std::vector<StringRef> &Components, std::vector<StringRef> &RequiredLibs, bool IncludeNonInstalled) argument

Completed in 138 milliseconds