Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h328 lldb::SBFileSpec &loaded_path,
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h819 lldb_private::FileSpec *loaded_path);
825 lldb_private::FileSpec *loaded_path = nullptr);
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i369 lldb::SBFileSpec &loaded_path,
/external/llvm-project/lldb/source/API/
DSBProcess.cpp1093 lldb::SBFileSpec &loaded_path, in LoadImageUsingPaths() argument
1098 image_spec, paths, loaded_path, error); in LoadImageUsingPaths()
1117 loaded_path = loaded_spec; in LoadImageUsingPaths()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1775 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths() argument
1785 return DoLoadImage(process, file_to_use, &paths, error, loaded_path); in LoadImageUsingPaths()