Searched refs:GetMaxU64Bitfield (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Core/ |
D | DataExtractor.cpp | 695 DataExtractor::GetMaxU64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, ui… in GetMaxU64Bitfield() function in DataExtractor 1463 …s->Printf ("%s", GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset) ? "tru… in Dump() 1474 … uint64_t uval64 = GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset); in Dump() 1516 … const uint64_t ch = GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset); in Dump() 1565 …s->Printf ("%" PRIu64, GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset)); in Dump() 1587 … uint64_t uval64 = GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset); in Dump() 1660 …s->Address(GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset), sizeof (add… in Dump() 1670 s->Printf("%" PRIu64, GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in Dump() 1671 … s->Printf(" + %" PRIu64 "i", GetMaxU64Bitfield(&offset, complex_int_byte_size, 0, 0)); in Dump() 1720 …%*.*" PRIx64, (int)(2 * item_byte_size), (int)(2 * item_byte_size), GetMaxU64Bitfield(&offset, ite… in Dump() [all …]
|
/external/lldb/include/lldb/Core/ |
D | DataExtractor.h | 738 GetMaxU64Bitfield (lldb::offset_t *offset_ptr,
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 5661 …const int64_t enum_value = data.GetMaxU64Bitfield(&offset, data_byte_size, bitfield_bit_size, bitf… in DumpValue() 5908 …const uint64_t enum_uvalue = data.GetMaxU64Bitfield (&offset, byte_size, bitfield_bit_size, bitfie… in DumpTypeValue()
|