Home
last modified time | relevance | path

Searched refs:loaded_path (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h886 lldb_private::FileSpec *loaded_path);
892 lldb_private::FileSpec *loaded_path = nullptr);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h328 lldb::SBFileSpec &loaded_path,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1104 lldb::SBFileSpec &loaded_path, in LoadImageUsingPaths() argument
1106 LLDB_INSTRUMENT_VA(this, image_spec, paths, loaded_path, error); in LoadImageUsingPaths()
1125 loaded_path = loaded_spec; in LoadImageUsingPaths()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1856 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths() argument
1866 return DoLoadImage(process, file_to_use, &paths, error, loaded_path); in LoadImageUsingPaths()