Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-config/
Dllvm-config.cpp81 *GetComponentLibraryPath, in VisitComponent() argument
110 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
120 if (Missing && GetComponentLibraryPath) { in VisitComponent()
121 std::string path = (*GetComponentLibraryPath)(AC->Library); in VisitComponent()
143 *GetComponentLibraryPath, in ComputeLibsForComponents() argument
169 GetComponentLibraryPath, Missing, DirSep); in ComputeLibsForComponents()
444 auto GetComponentLibraryPath = [&](const StringRef &Name, const bool Shared) { in main() local
499 GetComponentLibraryPath(AvailableComponents[j].Library, false)); in main()
579 return GetComponentLibraryPath(Name, LinkMode == LinkModeShared); in main()
646 OS << GetComponentLibraryPath(Lib, Shared); in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp82 *GetComponentLibraryPath, in VisitComponent() argument
111 GetComponentLibraryPath, Missing, DirSep); in VisitComponent()
121 if (Missing && GetComponentLibraryPath) { in VisitComponent()
122 std::string path = (*GetComponentLibraryPath)(AC->Library); in VisitComponent()
144 *GetComponentLibraryPath, in ComputeLibsForComponents() argument
170 GetComponentLibraryPath, Missing, DirSep); in ComputeLibsForComponents()
462 auto GetComponentLibraryPath = [&](const StringRef &Name, const bool Shared) { in main() local
519 GetComponentLibraryPath(AvailableComponents[j].Library, false)); in main()
602 return GetComponentLibraryPath(Name, LinkMode == LinkModeShared); in main()
669 OS << GetComponentLibraryPath(Lib, Shared); in main()
[all …]