Home
last modified time | relevance | path

Searched defs:module_addr (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h168 lldb::addr_t module_addr) override { in OnLoadDll()
172 void OnUnloadDll(lldb::addr_t module_addr) override { in OnUnloadDll()
H A DLocalDebugDelegate.cpp49 lldb::addr_t module_addr) { in OnLoadDll()
54 void LocalDebugDelegate::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
H A DProcessDebugger.cpp525 OnLoadDll(const ModuleSpec & module_spec,lldb::addr_t module_addr) OnLoadDll() argument
529 OnUnloadDll(lldb::addr_t module_addr) OnUnloadDll() argument
H A DNativeProcessWindows.cpp594 OnLoadDll(const ModuleSpec & module_spec,lldb::addr_t module_addr) OnLoadDll() argument
600 OnUnloadDll(lldb::addr_t module_addr) OnUnloadDll() argument
H A DProcessWindows.cpp796 OnLoadDll(const ModuleSpec & module_spec,lldb::addr_t module_addr) OnLoadDll() argument
801 OnUnloadDll(lldb::addr_t module_addr) OnUnloadDll() argument
/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp64 lldb::addr_t module_addr) { in OnLoadModule() argument
82 void DynamicLoaderWindowsDYLD::OnUnloadModule(lldb::addr_t module_addr) { in OnUnloadModule() argument