Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp443 size_t complex_int_byte_size = item_byte_size / 2; in DumpDataExtractor() local
445 if (complex_int_byte_size > 0 && complex_int_byte_size <= 8) { in DumpDataExtractor()
447 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()
449 DE.GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in DumpDataExtractor()