Searched refs:GetComponentNames (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 83 bool IncludeNonInstalled, bool GetComponentNames, in VisitComponent() argument 113 RequiredLibs, IncludeNonInstalled, GetComponentNames, in VisitComponent() 129 IncludeNonInstalled, GetComponentNames, in VisitComponent() 136 if (GetComponentNames) { in VisitComponent() 165 bool GetComponentNames, const std::function<std::string(const StringRef &)> in ComputeLibsForComponents() argument 189 RequiredLibs, IncludeNonInstalled, GetComponentNames, in ComputeLibsForComponents() 258 const bool GetComponentNames, in GetAllDyLibComponents() argument 277 GetComponentNames, nullptr, nullptr, DirSep); in GetAllDyLibComponents()
|