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 D | sb_value.py | 16 obj.SetFormat(lldb.eFormatBoolean)
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 117 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 D | VectorType.cpp | 35 case lldb::eFormatBoolean: in GetCompilerTypeForFormat()
|
| H A D | FormatManager.cpp | 34 {eFormatBoolean, 'B', "boolean"},
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 158 eFormatBoolean, enumerator
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 122 case eFormatBoolean: in FinalizeSettings() 1458 case eFormatBoolean: in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 413 case eFormatBoolean: in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1280 if ((custom_format == eFormatBoolean) || in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 284 .. py:data:: eFormatBoolean
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 764 {eFormatBoolean, eFormatBoolean, 1},
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5187 return lldb::eFormatBoolean; in GetFormat() 9036 case eFormatBoolean: in DumpTypeValue()
|