Home
last modified time | relevance | path

Searched defs:UnloadImage (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp416 Status PlatformWindows::UnloadImage(Process *process, uint32_t image_token) { UnloadImage() function in PlatformWindows
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp949 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, UnloadImage() function in PlatformPOSIX
/llvm-project/lldb/source/API/
H A DSBProcess.cpp1120 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { UnloadImage() function in SBProcess
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1857 Status Platform::UnloadImage(lldb_private::Process *process, UnloadImage() function in Platform