Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp38 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
H A DFormatManager.cpp37 {eFormatBytes, 'y', "bytes"},
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp349 case eFormatBytes: in DumpDataExtractor()
816 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
H A DValueObject.cpp1139 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1211 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp172 case eFormatBytes: in FinalizeSettings()
1225 m_option_group(), m_format_options(eFormatBytes, 1, UINT64_MAX), in CommandObjectMemoryWrite()
1388 case eFormatBytes: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h160 eFormatBytes, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp432 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst286 .. py:data:: eFormatBytes
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5251 return lldb::eFormatBytes; in GetFormat()
8966 case eFormatBytes: in DumpTypeValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70597 {SWIG_LUA_CONSTTAB_INT("eFormatBytes", lldb::eFormatBytes)},