Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h51 lldb_private::FileSpec *loaded_path) override;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h303 lldb::SBFileSpec &loaded_path,
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h802 lldb_private::FileSpec *loaded_path);
808 lldb_private::FileSpec *loaded_path = nullptr);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1009 lldb::SBFileSpec &loaded_path, in LoadImageUsingPaths() argument
1011 LLDB_INSTRUMENT_VA(this, image_spec, paths, loaded_path, error); in LoadImageUsingPaths()
1030 loaded_path = loaded_spec; in LoadImageUsingPaths()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i367 lldb::SBFileSpec &loaded_path,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1736 lldb_private::FileSpec *loaded_path) in LoadImageUsingPaths() argument
1746 return DoLoadImage(process, file_to_use, &paths, error, loaded_path); in LoadImageUsingPaths()