Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DEvent.cpp152 data.Dump(s, 0, eFormatBytes, 1, m_bytes.size(), 32, LLDB_INVALID_ADDRESS, 0, 0); in Dump()
DDataExtractor.cpp1548 case eFormatBytes: in Dump()
2169 eFormatBytes, // Dump as hex bytes in DumpHexBytes()
DValueObject.cpp1523 if ((custom_format == eFormatBytes) || in HasSpecialPrintableRepresentation()
1588 if ((custom_format == eFormatBytes) || in DumpPrintableRepresentation()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectMemory.cpp194 case eFormatBytes: in FinalizeSettings()
1317 m_format_options (eFormatBytes, 1, UINT64_MAX), in CommandObjectMemoryWrite()
1524 case eFormatBytes: in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h95 eFormatBytes, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp446 data.Dump(&strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, addr, 0, 0); in WriteMemory()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DFormatManager.cpp42 { eFormatBytes , 'y' , "bytes" },
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp2058 return lldb::eFormatBytes; in GetFormat()
6045 case eFormatBytes: in DumpTypeValue()