Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-config/
H A Dllvm-config.cpp163 static std::vector<std::string> ComputeLibsForComponents( in ComputeLibsForComponents() function
275 return ComputeLibsForComponents(DyLibComponents, in GetAllDyLibComponents()
637 std::vector<std::string> RequiredLibs = ComputeLibsForComponents( in main()
/llvm-project/llvm/cmake/modules/
H A DLLVM-Config.cmake291 # in tools/llvm-config/llvm-config.cpp, function ComputeLibsForComponents.