Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/xpc/test-client/
H A DClangdXPCTestClient.cpp26 static std::string getLibraryPath() { in getLibraryPath() function
28 if (dladdr((void *)(uintptr_t)getLibraryPath, &info) == 0) in getLibraryPath()
50 std::string LibPath = getLibraryPath(); in main()