Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/
Ddylib.h10 #define dylib_close(handle) (!FreeLibrary((HMODULE)handle)) macro
15 #define dylib_close(handle) dlclose(handle) macro
/external/llvm-project/lldb/test/API/functionalities/load_unload/
Dmain.cpp26 dylib_close(a_dylib_handle); in main()
51 dylib_close(a_dylib_handle); in main()