Home
last modified time | relevance | path

Searched refs:LoadImageUsingPaths (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i363 lldb.LLDB_INVALID_IMAGE_TOKEN.") LoadImageUsingPaths;
365 LoadImageUsingPaths(const lldb::SBFileSpec &image_spec,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h301 uint32_t LoadImageUsingPaths(const lldb::SBFileSpec &image_spec,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1070 uint32_t SBProcess::LoadImageUsingPaths(const lldb::SBFileSpec &image_spec, in LoadImageUsingPaths() function in SBProcess
1074 LLDB_RECORD_METHOD(uint32_t, SBProcess, LoadImageUsingPaths, in LoadImageUsingPaths()
1093 uint32_t token = platform_sp->LoadImageUsingPaths( in LoadImageUsingPaths()
1446 LLDB_REGISTER_METHOD(uint32_t, SBProcess, LoadImageUsingPaths, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h815 uint32_t LoadImageUsingPaths(lldb_private::Process *process,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1771 uint32_t Platform::LoadImageUsingPaths(lldb_private::Process *process, in LoadImageUsingPaths() function in Platform
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40634 result = (uint32_t)(arg1)->LoadImageUsingPaths((lldb::SBFileSpec const &)*arg2,*arg3,*arg4,*arg5); in _wrap_SBProcess_LoadImageUsingPaths()