Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStructuredData.h80 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid)
87 virtual void Clear() { m_type = lldb::eStructuredDataTypeInvalid; } in Clear()
390 SetType(lldb::eStructuredDataTypeInvalid); in Dictionary()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDStructuredDataImpl.h96 lldb::eStructuredDataTypeInvalid); in GetType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBAttachInfo.cpp328 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary()
HDSBLaunchInfo.cpp384 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h841 eStructuredDataTypeInvalid = -1, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1064 .. py:data:: eStructuredDataTypeInvalid
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81617 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeInvalid", (lldb::eStructuredDataTypeInvalid))},