Home
last modified time | relevance | path

Searched defs:SBType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h305 friend class SBType; variable
H A DSBStream.h103 friend class SBType; variable
H A DSBDefines.h118 class LLDB_API SBType; variable
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp36 SBType::SBType() { LLDB_INSTRUMENT_VA(this); } in SBType() function in SBType
38 SBType::SBType(const CompilerType &type) : m_opaque_sp(new TypeImpl(type)) {} in SBType() function in SBType
40 SBType::SBType(const lldb::TypeSP &type_sp) in SBType() function in SBType
43 SBType::SBType(const lldb::TypeImplSP &type_impl_sp) in SBType() function in SBType
46 SBType::SBType(const SBType &rhs) { in SBType() function in SBType