Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-config/
Dllvm-config.cpp237 std::vector<StringRef> DyLibComponents; in GetAllDyLibComponents() local
243 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset)); in GetAllDyLibComponents()
250 assert(!DyLibComponents.empty()); in GetAllDyLibComponents()
252 return ComputeLibsForComponents(DyLibComponents, in GetAllDyLibComponents()
614 std::vector<std::string> DyLibComponents = in main() local
617 for (auto &Component : DyLibComponents) { in main()
620 DyLibComponents.clear(); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp240 std::vector<StringRef> DyLibComponents; in GetAllDyLibComponents() local
246 DyLibComponents.push_back(DyLibComponentsStr.substr(Offset, NextOffset-Offset)); in GetAllDyLibComponents()
253 assert(!DyLibComponents.empty()); in GetAllDyLibComponents()
255 return ComputeLibsForComponents(DyLibComponents, in GetAllDyLibComponents()
637 std::vector<std::string> DyLibComponents = in main() local
640 for (auto &Component : DyLibComponents) { in main()
643 DyLibComponents.clear(); in main()