Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeArray (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp54 return object_sp->GetType() == lldb::eStructuredDataTypeArray || in IsRecordType()
123 if (GetType() == lldb::eStructuredDataTypeArray) { in GetObjectForDotSeparatedPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h106 } else if (m_data_sp->GetType() == lldb::eStructuredDataTypeArray) { in GetSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h94 return ((m_type == lldb::eStructuredDataTypeArray) in GetAsArray()
195 Array() : Object(lldb::eStructuredDataTypeArray) {}
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h844 eStructuredDataTypeArray, enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1854 if (messages && messages->GetType() == eStructuredDataTypeArray) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1067 .. py:data:: eStructuredDataTypeArray
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1054 } else if (value->GetType() == eStructuredDataTypeArray) { in FormatThreadExtendedInfoRecurse()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81620 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeArray", (lldb::eStructuredDataTypeArray))},