Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-config/
Dllvm-config.cpp78 std::vector<std::string> &RequiredLibs, in VisitComponent() argument
109 RequiredLibs, IncludeNonInstalled, GetComponentNames, in VisitComponent()
114 RequiredLibs.push_back(Name); in VisitComponent()
128 RequiredLibs.push_back(AC->Library); in VisitComponent()
145 std::vector<std::string> RequiredLibs; in ComputeLibsForComponents() local
168 RequiredLibs, IncludeNonInstalled, GetComponentNames, in ComputeLibsForComponents()
174 std::reverse(RequiredLibs.begin(), RequiredLibs.end()); in ComputeLibsForComponents()
176 return RequiredLibs; in ComputeLibsForComponents()
582 std::vector<std::string> RequiredLibs = ComputeLibsForComponents( in main() local
622 for (auto &Lib : RequiredLibs) { in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp79 std::vector<std::string> &RequiredLibs, in VisitComponent() argument
110 RequiredLibs, IncludeNonInstalled, GetComponentNames, in VisitComponent()
115 RequiredLibs.push_back(Name); in VisitComponent()
129 RequiredLibs.push_back(AC->Library); in VisitComponent()
146 std::vector<std::string> RequiredLibs; in ComputeLibsForComponents() local
169 RequiredLibs, IncludeNonInstalled, GetComponentNames, in ComputeLibsForComponents()
175 std::reverse(RequiredLibs.begin(), RequiredLibs.end()); in ComputeLibsForComponents()
177 return RequiredLibs; in ComputeLibsForComponents()
605 std::vector<std::string> RequiredLibs = ComputeLibsForComponents( in main() local
645 for (auto &Lib : RequiredLibs) { in main()
[all …]