Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp810 dyld->OnUnloadModule(module_addr); in OnUnloadDll()