Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/API/
DSBModule.h303 friend class SBType; variable
DSBStream.h90 friend class SBType; variable
DSBDefines.h80 class LLDB_API SBType; variable
/external/llvm-project/lldb/source/API/
DSBType.cpp29 SBType::SBType() : m_opaque_sp() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBType); } in SBType() function in SBType
31 SBType::SBType(const CompilerType &type) in SBType() function in SBType
35 SBType::SBType(const lldb::TypeSP &type_sp) in SBType() function in SBType
38 SBType::SBType(const lldb::TypeImplSP &type_impl_sp) in SBType() function in SBType
41 SBType::SBType(const SBType &rhs) : m_opaque_sp() { in SBType() function in SBType