Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp573 size_t complex_int_byte_size = item_byte_size / 2; in DumpDataExtractor() local
575 if (complex_int_byte_size > 0 && complex_int_byte_size <= 8) { in DumpDataExtractor()
577 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()
579 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()