Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h34 void OnUnloadModule(lldb::addr_t module_addr);
H A DDynamicLoaderWindowsDYLD.cpp82 void DynamicLoaderWindowsDYLD::OnUnloadModule(lldb::addr_t module_addr) { in OnUnloadModule() function in DynamicLoaderWindowsDYLD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp808 dyld->OnUnloadModule(module_addr); in OnUnloadDll()