Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp572 size_t complex_int_byte_size = item_byte_size / 2; in DumpDataExtractor() local
574 if (complex_int_byte_size > 0 && complex_int_byte_size <= 8) { in DumpDataExtractor()
576 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()
578 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()