Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDEvent.cpp151 data.Dump(s, 0, eFormatBytes, 1, m_bytes.size(), 32, LLDB_INVALID_ADDRESS, 0, 0); in Dump()
HDDataExtractor.cpp1539 case eFormatBytes: in Dump()
2146 eFormatBytes, // Dump as hex bytes in DumpHexBytes()
HDValueObject.cpp1542 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1615 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp39 case lldb::eFormatBytes: in GetClangTypeForFormat()
HDFormatManager.cpp40 { eFormatBytes , 'y' , "bytes" },
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp197 case eFormatBytes: in FinalizeSettings()
1338 m_format_options (eFormatBytes, 1, UINT64_MAX), in CommandObjectMemoryWrite()
1545 case eFormatBytes: in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h122 eFormatBytes, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp390 data.Dump(&strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, addr, 0, 0); in WriteMemory()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp2467 return lldb::eFormatBytes; in GetFormat()
6538 case eFormatBytes: in DumpTypeValue()