Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-config/
Dllvm-config.cpp234 std::vector<std::string> GetAllDyLibComponents(const bool IsInDevelopmentTree, in GetAllDyLibComponents() argument
253 /*IncludeNonInstalled=*/IsInDevelopmentTree, in GetAllDyLibComponents()
267 bool IsInDevelopmentTree; in main() local
289 IsInDevelopmentTree = true; in main()
294 IsInDevelopmentTree = true; in main()
298 IsInDevelopmentTree = false; in main()
306 if (IsInDevelopmentTree) { in main()
493 if (!AvailableComponents[j].IsInstalled && !IsInDevelopmentTree) in main()
497 if (AvailableComponents[j].Library && !IsInDevelopmentTree) { in main()
505 GetAllDyLibComponents(IsInDevelopmentTree, true, DirSep); in main()
[all …]