Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp38 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
H A DFormatManager.cpp36 {eFormatBytes, 'y', "bytes"},
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp449 case eFormatBytes: in DumpDataExtractor()
930 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
H A DValueObject.cpp1141 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1214 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp174 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 DDumpDataExtractorTest.cpp119 TestDump<uint8_t>(1, lldb::eFormatBytes, "01"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h160 eFormatBytes, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp423 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 DCommunicationKDP.cpp1156 eFormatBytes, // Dump as hex bytes in DumpPacket()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst286 .. py:data:: eFormatBytes
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5290 return lldb::eFormatBytes; in GetFormat()
9066 case eFormatBytes: in DumpTypeValue()