Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp163 static std::vector<std::string> ComputeLibsForComponents( in ComputeLibsForComponents() function
276 return ComputeLibsForComponents(DyLibComponents, in GetAllDyLibComponents()
629 std::vector<std::string> RequiredLibs = ComputeLibsForComponents( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVM-Config.cmake300 # in tools/llvm-config/llvm-config.cpp, function ComputeLibsForComponents.