Home
last modified time | relevance | path

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

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