Searched refs:eFormatBytes (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 38 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
|
| H A D | FormatManager.cpp | 36 {eFormatBytes, 'y', "bytes"},
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 449 case eFormatBytes: in DumpDataExtractor() 930 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
|
| H A D | ValueObject.cpp | 1141 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation() 1214 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 174 case eFormatBytes: in FinalizeSettings() 1257 eFormatBytes, 1, UINT64_MAX, in CommandObjectMemoryWrite() 1432 case eFormatBytes: in DoExecute()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 119 TestDump<uint8_t>(1, lldb::eFormatBytes, "01"); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 160 eFormatBytes, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 423 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.cpp | 1156 eFormatBytes, // Dump as hex bytes in DumpPacket()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 286 .. py:data:: eFormatBytes
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5290 return lldb::eFormatBytes; in GetFormat() 9066 case eFormatBytes: in DumpTypeValue()
|