Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h347 lldb::SBFileSpec &loaded_path,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h867 lldb_private::FileSpec *loaded_path);
873 lldb_private::FileSpec *loaded_path = nullptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1189 lldb::SBFileSpec &loaded_path, in LoadImageUsingPaths() argument
1218 loaded_path = loaded_spec; in LoadImageUsingPaths()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1799 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths() argument
1809 return DoLoadImage(process, file_to_use, &paths, error, loaded_path); in LoadImageUsingPaths()