Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBStructuredData.i35 lldb::StructuredDataType GetType() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h72 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid)
81 lldb::StructuredDataType GetType() const { return m_type; } in GetType()
83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType()
168 lldb::StructuredDataType m_type;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBStructuredData.h46 lldb::StructuredDataType GetType() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h94 lldb::StructuredDataType GetType() const { in GetType()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp111 StructuredDataType SBStructuredData::GetType() const { in GetType()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h799 enum StructuredDataType { enum
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1059 StructuredDataType section in Enumerators