Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-config/
H A Dllvm-config.cpp263 std::vector<StringRef> DyLibComponents; in GetAllDyLibComponents() local
269 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset-Offset)); in GetAllDyLibComponents()
276 assert(!DyLibComponents.empty()); in GetAllDyLibComponents()
278 return ComputeLibsForComponents(DyLibComponents, in GetAllDyLibComponents()
675 std::vector<std::string> DyLibComponents = in main() local
678 for (auto &Component : DyLibComponents) { in main()
681 DyLibComponents.clear(); in main()