Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp41 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
H A DFormatManager.cpp37 {eFormatBytes, 'y', "bytes"},
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp451 case eFormatBytes: in DumpDataExtractor()
900 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
H A DValueObject.cpp1150 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1223 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp175 case eFormatBytes: in FinalizeSettings()
1258 eFormatBytes, 1, UINT64_MAX, in CommandObjectMemoryWrite()
1433 case eFormatBytes: in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h161 eFormatBytes, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp420 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp1156 eFormatBytes, // Dump as hex bytes in DumpPacket()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst286 .. py:data:: eFormatBytes
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5343 return lldb::eFormatBytes; in GetFormat()
9144 case eFormatBytes: in DumpTypeValue()