Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.h162 lldb::addr_t module_addr) override { in OnLoadDll()
166 void OnUnloadDll(lldb::addr_t module_addr) override { in OnUnloadDll()
DLocalDebugDelegate.cpp49 lldb::addr_t module_addr) { in OnLoadDll()
54 void LocalDebugDelegate::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
DProcessDebugger.cpp529 lldb::addr_t module_addr) { in OnLoadDll()
533 void ProcessDebugger::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
DNativeProcessWindows.cpp570 lldb::addr_t module_addr) { in OnLoadDll()
576 void NativeProcessWindows::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
DProcessWindows.cpp790 lldb::addr_t module_addr) { in OnLoadDll()
795 void ProcessWindows::OnUnloadDll(lldb::addr_t module_addr) { in OnUnloadDll()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp68 lldb::addr_t module_addr) { in OnLoadModule()
86 void DynamicLoaderWindowsDYLD::OnUnloadModule(lldb::addr_t module_addr) { in OnUnloadModule()