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) {} in Array()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h841 eStructuredDataTypeArray, enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1841 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.cpp1012 } else if (value->GetType() == eStructuredDataTypeArray) { in FormatThreadExtendedInfoRecurse()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78333 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeArray", lldb::eStructuredDataTypeArray)},