Searched refs:eFormatBytes (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/DataFormatters/ |
D | VectorType.cpp | 38 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
|
D | FormatManager.cpp | 37 {eFormatBytes, 'y', "bytes"},
|
/external/llvm-project/lldb/source/Core/ |
D | DumpDataExtractor.cpp | 322 case eFormatBytes: in DumpDataExtractor() 774 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
|
D | ValueObject.cpp | 1191 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation() 1263 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 171 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/ |
D | lldb-enumerations.h | 160 eFormatBytes, enumerator
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 432 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 1157 eFormatBytes, // Dump as hex bytes in DumpPacket()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 5124 return lldb::eFormatBytes; in GetFormat() 8837 case eFormatBytes: in DumpTypeValue()
|