Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp38 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
H A DFormatManager.cpp38 {eFormatBytes, 'y', "bytes"},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp260 case eFormatBytes: in DumpDataExtractor()
826 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
H A DValueObject.cpp1238 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1310 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp183 case eFormatBytes: in FinalizeSettings()
1251 m_option_group(), m_format_options(eFormatBytes, 1, UINT64_MAX), in CommandObjectMemoryWrite()
1442 case eFormatBytes: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h168 eFormatBytes, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp407 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5517 return lldb::eFormatBytes; in GetFormat()
9591 case eFormatBytes: in DumpTypeValue()