Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.h34 void OnUnloadModule(lldb::addr_t module_addr);
DDynamicLoaderWindowsDYLD.cpp86 void DynamicLoaderWindowsDYLD::OnUnloadModule(lldb::addr_t module_addr) { in OnUnloadModule() function in DynamicLoaderWindowsDYLD
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp797 dyld->OnUnloadModule(module_addr); in OnUnloadDll()