Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp85 *GetComponentLibraryPath, in VisitComponent() argument
114 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
130 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
143 if (Missing && GetComponentLibraryPath) { in VisitComponent()
144 std::string path = (*GetComponentLibraryPath)(AC->Library); in VisitComponent()
166 *GetComponentLibraryPath, in ComputeLibsForComponents() argument
190 GetComponentLibraryPath, Missing, DirSep); in ComputeLibsForComponents()
508 auto GetComponentLibraryPath = [&](const StringRef &Name, const bool Shared) { in main() local
564 std::string path(GetComponentLibraryPath(AC.Library, false)); in main()
645 return GetComponentLibraryPath(Name, LinkMode == LinkModeShared); in main()
[all …]