Home
last modified time | relevance | path

Searched defs:SBFileSpec (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBFileSpec.cpp26 SBFileSpec::SBFileSpec() : m_opaque_up(new lldb_private::FileSpec()) { in SBFileSpec() function in SBFileSpec
30 SBFileSpec::SBFileSpec(const SBFileSpec &rhs) { in SBFileSpec() function in SBFileSpec
36 SBFileSpec::SBFileSpec(const lldb_private::FileSpec &fspec) in SBFileSpec() function in SBFileSpec
40 SBFileSpec::SBFileSpec(const char *path) : m_opaque_up(new FileSpec(path)) { in SBFileSpec() function in SBFileSpec
46 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec() function in SBFileSpec
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBStream.h69 friend class SBFileSpec; variable
H A DSBDefines.h58 class LLDB_API SBFileSpec; variable