Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp288 s->Printf("%s", DE.GetMaxU64Bitfield(&offset, item_byte_size, in DumpDataExtractor()
302 uint64_t uval64 = DE.GetMaxU64Bitfield(&offset, item_byte_size, in DumpDataExtractor()
348 const uint64_t ch = DE.GetMaxU64Bitfield(&offset, item_byte_size, in DumpDataExtractor()
385 DE.GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, in DumpDataExtractor()
407 uint64_t uval64 = DE.GetMaxU64Bitfield(&offset, item_byte_size, in DumpDataExtractor()
437 DE.GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, 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()
496 DE.GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, in DumpDataExtractor()
597 addr_t addr = DE.GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, in DumpDataExtractor()
/external/llvm-project/lldb/unittests/Utility/
DDataExtractorTest.cpp24 ASSERT_EQ(buffer[1], LE.GetMaxU64Bitfield(&offset, sizeof(buffer), 8, 8)); in TEST()
26 ASSERT_EQ(buffer[1], BE.GetMaxU64Bitfield(&offset, sizeof(buffer), 8, 8)); in TEST()
29 LE.GetMaxU64Bitfield(&offset, sizeof(buffer), 64, 0)); in TEST()
32 BE.GetMaxU64Bitfield(&offset, sizeof(buffer), 64, 0)); in TEST()
35 BE.GetMaxU64Bitfield(&offset, sizeof(buffer), 32, 0)); in TEST()
38 BE.GetMaxU64Bitfield(&offset, sizeof(buffer), 36, 0)); in TEST()
/external/llvm-project/lldb/include/lldb/Utility/
DDataExtractor.h536 uint64_t GetMaxU64Bitfield(lldb::offset_t *offset_ptr, size_t size,
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp576 uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, in GetMaxU64Bitfield() function in DataExtractor
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8455 const int64_t enum_value = data.GetMaxU64Bitfield( in DumpValue()
8698 const uint64_t enum_uvalue = data.GetMaxU64Bitfield( in DumpEnumValue()