Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp38 case lldb::eFormatBoolean: in GetCompilerTypeForFormat()
H A DFormatManager.cpp35 {eFormatBoolean, 'B', "boolean"},
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h159 eFormatBoolean, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp123 case eFormatBoolean: in FinalizeSettings()
1442 case eFormatBoolean: in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp415 case eFormatBoolean: in DumpDataExtractor()
H A DValueObject.cpp1243 if ((custom_format == eFormatBoolean) || in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst284 .. py:data:: eFormatBoolean
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5123 return lldb::eFormatBoolean; in GetFormat()
8615 case eFormatBoolean: in DumpTypeValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77849 {SWIG_LUA_CONSTTAB_INT("eFormatBoolean", lldb::eFormatBoolean)},