Home
last modified time | relevance | path

Searched refs:item_byte_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp354 if (item_byte_size != 4 && item_byte_size != 8) in DumpDataExtractor()
370 item_byte_size > 8) in DumpDataExtractor()
416 if (item_byte_size <= 8) in DumpDataExtractor()
442 else if (item_byte_size > 0 && item_byte_size <= 8) in DumpDataExtractor()
459 if (item_byte_size > 1) in DumpDataExtractor()
500 if (item_byte_size <= 8) in DumpDataExtractor()
512 if (item_byte_size <= 8) in DumpDataExtractor()
626 (int)(2 * item_byte_size), (int)(2 * item_byte_size), in DumpDataExtractor()
792 item_byte_size / sizeof(uint16_t), item_byte_size / sizeof(uint16_t), in DumpDataExtractor()
810 item_byte_size / sizeof(uint32_t), item_byte_size / sizeof(uint32_t), in DumpDataExtractor()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp570 size_t item_byte_size = in DoExecute() local
692 (item_byte_size + 1) * item_count, in DoExecute()
718 if (item_byte_size == read) { in DoExecute()
836 (item_byte_size != 1)) { in DoExecute()
844 item_count = item_byte_size; in DoExecute()
845 item_byte_size = 1; in DoExecute()
851 (uint64_t)item_byte_size); in DoExecute()
1336 if (item_byte_size > 1) in DoExecute()
1337 length = item_byte_size; in DoExecute()
1371 } else if (item_byte_size == 0) { in DoExecute()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpDataExtractor.h92 lldb::Format item_format, size_t item_byte_size,