Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp119 case lldb::eFormatVoid: in GetCompilerTypeForFormat()
154 case lldb::eFormatVoid: in GetItemFormatForFormat()
H A DFormatManager.cpp72 {eFormatVoid, 'v', "void"},
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp421 if (format != eFormatVoid) { in EvaluateExpression()
447 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
H A DCommandObjectMemory.cpp1428 case eFormatVoid: in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h201 eFormatVoid, ///< Do not print this enumerator
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp356 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst322 .. py:data:: eFormatVoid
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5220 return lldb::eFormatVoid; // no value in GetFormat()