Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h153 return ((m_type == lldb::eStructuredDataTypeString) in GetAsString()
368 String() : Object(lldb::eStructuredDataTypeString) {} in String()
370 : Object(lldb::eStructuredDataTypeString), m_value(S) {} in String()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1831 if (name && name->GetType() == eStructuredDataTypeString && id && in GetDescription()
1848 breadcrumb_text->GetType() == eStructuredDataTypeString) { in GetDescription()
1869 message_text->GetType() == eStructuredDataTypeString) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h848 eStructuredDataTypeString, enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp459 if (node->GetType() == eStructuredDataTypeString) { in GetInfoItemByPathAsString()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1071 .. py:data:: eStructuredDataTypeString
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1051 } else if (value->GetType() == eStructuredDataTypeString) { in FormatThreadExtendedInfoRecurse()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81624 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeString", (lldb::eStructuredDataTypeString))},