Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/test-client/
H A DClangdXPCTestClient.cpp51 void *dlHandle = dlopen(LibPath.c_str(), RTLD_LOCAL | RTLD_FIRST); in main() local
52 if (!dlHandle) { in main()
60 dlHandle, "clangd_xpc_get_bundle_identifier"); in main()