Home
last modified time | relevance | path

Searched defs:LoadImage (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBProcess.cpp1062 return LoadImage(SBFileSpec(), sb_remote_image_spec, sb_error); in LoadImage() function in SBProcess
1055 uint32_t SBProcess::LoadImage(lldb::SBFileSpec &sb_remote_image_spec, LoadImage() function in SBProcess
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1794 uint32_t Platform::LoadImage(lldb_private::Process *process, LoadImage() function in Platform