reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/DataExtractor.h
  477   uint64_t GetMaxU64(lldb::offset_t *offset_ptr, size_t byte_size) const;

References

tools/lldb/include/lldb/Target/ProcessStructReader.h
   92     return (RetType)(m_data.GetMaxU64(&offset, size));
tools/lldb/source/Core/DumpDataExtractor.cpp
   81         u64 = data.GetMaxU64(offset_ptr, (uint32_t)bytes_left);
   99         u64 = data.GetMaxU64(&temp_offset, (uint32_t)bytes_left);
tools/lldb/source/Core/EmulateInstruction.cpp
  179       uval64 = data.GetMaxU64(&offset, byte_size);
tools/lldb/source/Expression/DWARFExpression.cpp
   53       .GetMaxU64(&offset, index_size);
 2923     start_addr = debug_loc_data.GetMaxU64(&offset, addr_size);
 2924     end_addr = debug_loc_data.GetMaxU64(&offset, addr_size);
tools/lldb/source/Expression/IRInterpreter.cpp
  191         uint64_t u64value = value_extractor.GetMaxU64(&offset, value_size);
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1764       uint32_t raw_value = data.GetMaxU64(&offset, 4);
 1768         raw_value = data.GetMaxU64(&offset, 4);
 1772           raw_value = data.GetMaxU64(&offset, 4);
 1776             raw_value = data.GetMaxU64(&offset, 4);
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1894             uint64_t raw_value = data.GetMaxU64(&offset, byte_size);
 1899             uint64_t raw_value = data.GetMaxU64(&offset, 8);
 1904               raw_value = data.GetMaxU64(&offset, byte_size - offset);
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  343     uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1867             uint64_t raw_value = data.GetMaxU64(&offset, byte_size);
 1872             uint64_t raw_value = data.GetMaxU64(&offset, 8);
 1877               raw_value = data.GetMaxU64(&offset, byte_size - offset);
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  698           uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
  703           uint64_t raw_value = data.GetMaxU64(&offset, 8);
  707             raw_value = data.GetMaxU64(&offset, num_bytes - offset);
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  450       uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  328       uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  428       uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  478       uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1311       uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
   29   *value = data.GetMaxU64(offset, byte_size);
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  480             m_data.GetMaxU64(offset_ptr, addr_byte_size);
  496             m_data.GetMaxU64(offset_ptr, addr_byte_size);
  498             m_data.GetMaxU64(offset_ptr, addr_byte_size);
  500             m_data.GetMaxU64(offset_ptr, addr_byte_size);
  502             m_data.GetMaxU64(offset_ptr, addr_byte_size);
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  394       uint64_t retval = regdata.GetMaxU64(&offset, 8);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
   47   uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
   48   uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
   62     v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
   67     v =m_fpr.GetMaxU64(&offset, reg_info->byte_size);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
   69     uint64_t v = m_fpr.GetMaxU64(&offset, reg_info->byte_size);
   82     uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
  116     uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
   60     uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
   69     uint64_t v = m_fpr.GetMaxU64(&offset, reg_info->byte_size);
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  378     pr_uid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1);
  379     pr_gid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
   21   return GetMaxU64(offset_ptr, GetDWARFSizeOfOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
  104     arangeDescriptor.address = data.GetMaxU64(offset_ptr, m_header.addr_size);
  105     arangeDescriptor.length = data.GetMaxU64(offset_ptr, m_header.addr_size);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
   53     dw_addr_t begin = debug_ranges_data.GetMaxU64(offset_ptr, addr_size);
   54     dw_addr_t end = debug_ranges_data.GetMaxU64(offset_ptr, addr_size);
   84     dw_addr_t begin = debug_ranges_data.GetMaxU64(offset_ptr, addr_size);
   85     dw_addr_t end = debug_ranges_data.GetMaxU64(offset_ptr, addr_size);
  138       dw_addr_t begin = data.GetMaxU64(offset_ptr, addrSize);
  145       dw_addr_t begin = data.GetMaxU64(offset_ptr, addrSize);
  146       dw_addr_t end = data.GetMaxU64(offset_ptr, addrSize);
  152       dw_addr_t base = data.GetMaxU64(offset_ptr, addrSize);
  201       .GetMaxU64(&offset, index_size);
  273     Offsets.push_back(data.GetMaxU64(&offset, 4));
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
   47           data.GetMaxU64(offset_ptr, DWARFUnit::GetAddressByteSize(m_unit));
   79       m_value.value.uval = data.GetMaxU64(offset_ptr, 4);
   96       m_value.value.uval = data.GetMaxU64(offset_ptr, 3);
  124       m_value.value.uval = data.GetMaxU64(offset_ptr, ref_addr_size);
  465         symbol_file.GetDWARFContext().getOrLoadStrOffsetsData().GetMaxU64(
  480         symbol_file.GetDWARFContext().getOrLoadStrOffsetsData().GetMaxU64(
  506   return symbol_file.GetDWARFContext().getOrLoadAddrData().GetMaxU64(
tools/lldb/source/Symbol/ClangASTContext.cpp
 9597         lldb::addr_t pointer_address = data.GetMaxU64(&offset, data_byte_size);
tools/lldb/source/Symbol/CompilerType.cpp
  803         uint64_t uval64 = data.GetMaxU64(&offset, *byte_size);
tools/lldb/source/Target/Process.cpp
 2278         scalar = data.GetMaxU64(&offset, byte_size);
tools/lldb/source/Target/Target.cpp
 1893         scalar = data.GetMaxU64(&offset, byte_size);
tools/lldb/source/Utility/DataExtractor.cpp
  525   return GetMaxU64(offset_ptr, byte_size);
  573   uint64_t u64 = GetMaxU64(offset_ptr, byte_size);
  580   uint64_t uval64 = GetMaxU64(offset_ptr, size);
  674   return GetMaxU64(offset_ptr, m_addr_size);
  690   return GetMaxU64(offset_ptr, m_addr_size);
tools/lldb/source/Utility/RegisterValue.cpp
  245       SetUInt64(src.GetMaxU64(&src_offset, src_len));
tools/lldb/unittests/Utility/DataExtractorTest.cpp
  107   EXPECT_EQ(0x01U, LE.GetMaxU64(&offset, 1));
  110   EXPECT_EQ(0x01U, BE.GetMaxU64(&offset, 1));
  115   EXPECT_EQ(0x0302U, LE.GetMaxU64(&offset, 2));
  118   EXPECT_EQ(0x0203U, BE.GetMaxU64(&offset, 2));
  123   EXPECT_EQ(0x07060504030201U, LE.GetMaxU64(&offset, 7));
  126   EXPECT_EQ(0x01020304050607U, BE.GetMaxU64(&offset, 7));
  131   EXPECT_EQ(0x0807060504030201U, LE.GetMaxU64(&offset, 8));
  134   EXPECT_EQ(0x0102030405060708U, BE.GetMaxU64(&offset, 8));