Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp42 case lldb::eFormatBytes: in GetCompilerTypeForFormat()
H A DFormatManager.cpp38 {eFormatBytes, 'y', "bytes"},
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp452 case eFormatBytes: in DumpDataExtractor()
906 lldb::eFormatBytes, // Dump as hex bytes in DumpHexBytes()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp175 case eFormatBytes: in FinalizeSettings()
1214 eFormatBytes, 1, UINT64_MAX, in CommandObjectMemoryWrite()
1389 case eFormatBytes: in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h164 eFormatBytes, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp340 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1314 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1397 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst286 .. py:data:: eFormatBytes
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5304 return lldb::eFormatBytes; in GetFormat()
8754 case eFormatBytes: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82531 {SWIG_LUA_CONSTTAB_INT("eFormatBytes", (lldb::eFormatBytes))},