Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py16 obj.SetFormat(lldb.eFormatBoolean)
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp117 TestDump<uint8_t>(1, lldb::eFormatBoolean, "true"); in TEST()
356 16, lldb::Format::eFormatBoolean, in TEST()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp35 case lldb::eFormatBoolean: in GetCompilerTypeForFormat()
H A DFormatManager.cpp34 {eFormatBoolean, 'B', "boolean"},
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h158 eFormatBoolean, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp122 case eFormatBoolean: in FinalizeSettings()
1458 case eFormatBoolean: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp413 case eFormatBoolean: in DumpDataExtractor()
H A DValueObject.cpp1280 if ((custom_format == eFormatBoolean) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst284 .. py:data:: eFormatBoolean
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp764 {eFormatBoolean, eFormatBoolean, 1},
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5187 return lldb::eFormatBoolean; in GetFormat()
9036 case eFormatBoolean: in DumpTypeValue()