Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Utility/
DStructuredData.cpp54 return object_sp->GetType() == lldb::eStructuredDataTypeArray || in IsRecordType()
121 if (this->GetType() == lldb::eStructuredDataTypeArray) { in GetObjectForDotSeparatedPath()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DStructuredDataImpl.h106 } else if (m_data_sp->GetType() == lldb::eStructuredDataTypeArray) { in GetSize()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DStructuredData.h86 return ((m_type == lldb::eStructuredDataTypeArray) in GetAsArray()
173 Array() : Object(lldb::eStructuredDataTypeArray) {} in Array()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h803 eStructuredDataTypeArray, enumerator
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp1161 case lldb::eStructuredDataTypeArray: { in FilterAndGetValueForKey()
/openbsd/src/gnu/llvm/lldb/source/Target/
DThread.cpp1848 if (messages && messages->GetType() == eStructuredDataTypeArray) { in GetDescription()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst1065 .. py:data:: eStructuredDataTypeArray
/openbsd/src/gnu/llvm/lldb/source/Core/
DFormatEntity.cpp1019 } else if (value->GetType() == eStructuredDataTypeArray) { in FormatThreadExtendedInfoRecurse()