Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBType.cpp30 SBType::SBType() { LLDB_INSTRUMENT_VA(this); } in SBType() function in SBType
32 SBType::SBType(const CompilerType &type) : m_opaque_sp(new TypeImpl(type)) {} in SBType() function in SBType
34 SBType::SBType(const lldb::TypeSP &type_sp) in SBType() function in SBType
37 SBType::SBType(const lldb::TypeImplSP &type_impl_sp) in SBType() function in SBType
40 SBType::SBType(const SBType &rhs) { in SBType() function in SBType
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h305 friend class SBType; variable
H A DSBStream.h91 friend class SBType; variable
H A DSBDefines.h92 class LLDB_API SBType; variable