Home
last modified time | relevance | path

Searched refs:StructuredDataType (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h80 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid)
89 lldb::StructuredDataType GetType() const { return m_type; } in GetType()
91 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType()
190 lldb::StructuredDataType m_type;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h55 lldb::StructuredDataType GetType() const;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h94 lldb::StructuredDataType GetType() const { in GetType()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp135 StructuredDataType SBStructuredData::GetType() const { in GetType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h837 enum StructuredDataType { enum
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1061 StructuredDataType section in Enumerators
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48903 lldb::StructuredDataType result; in _wrap_SBStructuredData_GetType()
48912 result = (lldb::StructuredDataType)((lldb::SBStructuredData const *)arg1)->GetType(); in _wrap_SBStructuredData_GetType()