Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp120 case lldb::eFormatVoid: in GetCompilerTypeForFormat()
155 case lldb::eFormatVoid: in GetItemFormatForFormat()
H A DFormatManager.cpp73 {eFormatVoid, 'v', "void"},
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp441 if (format != eFormatVoid) { in EvaluateExpression()
483 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
H A DCommandObjectMemory.cpp1357 case eFormatVoid: in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp362 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h201 eFormatVoid, ///< Do not print this enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst322 .. py:data:: eFormatVoid
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5176 return lldb::eFormatVoid; // no value in GetFormat()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81171 {SWIG_LUA_CONSTTAB_INT("eFormatVoid", (lldb::eFormatVoid))},