Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeString (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h135 return ((m_type == lldb::eStructuredDataTypeString) in GetAsString()
337 String() : Object(lldb::eStructuredDataTypeString) {} in String()
339 : Object(lldb::eStructuredDataTypeString), m_value(S) {} in String()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h805 eStructuredDataTypeString, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2000 if (name && name->GetType() == eStructuredDataTypeString && id && in GetDescription()
2017 breadcrumb_text->GetType() == eStructuredDataTypeString) { in GetDescription()
2038 message_text->GetType() == eStructuredDataTypeString) { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp561 if (node->GetType() == eStructuredDataTypeString) { in GetInfoItemByPathAsString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1054 } else if (value->GetType() == eStructuredDataTypeString) { in FormatThreadExtendedInfoRecurse()