Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpec.cpp26 SBFileSpec::SBFileSpec() : m_opaque_ap(new lldb_private::FileSpec()) {} in SBFileSpec() function in SBFileSpec
28 SBFileSpec::SBFileSpec(const SBFileSpec &rhs) in SBFileSpec() function in SBFileSpec
31 SBFileSpec::SBFileSpec(const lldb_private::FileSpec &fspec) in SBFileSpec() function in SBFileSpec
35 SBFileSpec::SBFileSpec(const char *path) : m_opaque_ap(new FileSpec(path)) { in SBFileSpec() function in SBFileSpec
39 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec() function in SBFileSpec
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStream.h62 friend class SBFileSpec; variable
H A DSBDefines.h49 class LLDB_API SBFileSpec; variable