Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h303 lldb::SBFileSpec &loaded_path,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h819 lldb_private::FileSpec *loaded_path);
825 lldb_private::FileSpec *loaded_path = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i367 lldb::SBFileSpec &loaded_path,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1072 lldb::SBFileSpec &loaded_path, in LoadImageUsingPaths() argument
1077 image_spec, paths, loaded_path, error); in LoadImageUsingPaths()
1096 loaded_path = loaded_spec; in LoadImageUsingPaths()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1775 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths() argument
1785 return DoLoadImage(process, file_to_use, &paths, error, loaded_path); in LoadImageUsingPaths()