Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h317 lldb::SBFileSpec &loaded_path,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1031 lldb::SBFileSpec &loaded_path, in LoadImageUsingPaths() argument
1033 LLDB_INSTRUMENT_VA(this, image_spec, paths, loaded_path, error); in LoadImageUsingPaths()
1052 loaded_path = loaded_spec; in LoadImageUsingPaths()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h837 lldb_private::FileSpec *loaded_path);
843 lldb_private::FileSpec *loaded_path = nullptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1893 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths() argument
1903 return DoLoadImage(process, file_to_use, &paths, error, loaded_path); in LoadImageUsingPaths()