Searched defs:UnloadImage (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Platform/Windows/ | ||
H A D | PlatformWindows.cpp | 416 Status PlatformWindows::UnloadImage(Process *process, uint32_t image_token) { UnloadImage() function in PlatformWindows |
/llvm-project/lldb/source/Plugins/Platform/POSIX/ | ||
H A D | PlatformPOSIX.cpp | 949 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, UnloadImage() function in PlatformPOSIX |
/llvm-project/lldb/source/API/ | ||
H A D | SBProcess.cpp | 1120 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { UnloadImage() function in SBProcess |
/llvm-project/lldb/source/Target/ | ||
H A D | Platform.cpp | 1857 Status Platform::UnloadImage(lldb_private::Process *process, UnloadImage() function in Platform |