Home
last modified time | relevance | path

Searched refs:UnloadImage (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h53 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformWindows.cpp416 Status PlatformWindows::UnloadImage(Process *process, uint32_t image_token) { in UnloadImage() function in PlatformWindows
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h67 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformPOSIX.cpp947 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h306 lldb::SBError UnloadImage(uint32_t image_token);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i371 UnloadImage (uint32_t image_token);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1042 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess
1054 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/openbsd-src/sys/stand/efi/include/
H A Defiapi.h778 EFI_IMAGE_UNLOAD UnloadImage; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h810 virtual Status UnloadImage(lldb_private::Process *process,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1177 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1749 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform