Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBStructuredData.cpp110 StructuredDataType SBStructuredData::GetType() const { in GetType()
111 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::StructuredDataType, SBStructuredData, in GetType()
226 LLDB_REGISTER_METHOD_CONST(lldb::StructuredDataType, SBStructuredData, in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBStructuredData.i36 lldb::StructuredDataType GetType() const;
/external/llvm-project/lldb/include/lldb/Utility/
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()
162 lldb::StructuredDataType m_type;
/external/llvm-project/lldb/include/lldb/API/
DSBStructuredData.h44 lldb::StructuredDataType GetType() const;
/external/llvm-project/lldb/include/lldb/Core/
DStructuredDataImpl.h91 lldb::StructuredDataType GetType() const { in GetType()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h780 enum StructuredDataType { enum