Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp38 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
DFormatManager.cpp37 {eFormatBytes, 'y', "bytes"},
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp322 case eFormatBytes: in DumpDataExtractor()
774 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
DValueObject.cpp1191 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1263 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp171 case eFormatBytes: in FinalizeSettings()
1242 m_option_group(), m_format_options(eFormatBytes, 1, UINT64_MAX), in CommandObjectMemoryWrite()
1411 case eFormatBytes: in DoExecute()
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h160 eFormatBytes, enumerator
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp432 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp1157 eFormatBytes, // Dump as hex bytes in DumpPacket()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5124 return lldb::eFormatBytes; in GetFormat()
8837 case eFormatBytes: in DumpTypeValue()