Searched refs:GetMaxU64 (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDataExtractor.cpp21 return GetMaxU64(offset_ptr, GetDWARFSizeOfOffset());
H A DDWARFDebugRanges.cpp53 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);
H A DDWARFDebugArangeSet.cpp104 arangeDescriptor.address = data.GetMaxU64(offset_ptr, m_header.addr_size);
105 arangeDescriptor.length = data.GetMaxU64(offset_ptr, m_header.addr_size);
H A DDWARFFormValue.cpp47 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);
125 m_value.value.uval = data.GetMaxU64(offset_ptr, ref_addr_size);
468 symbol_file.GetDWARFContext().getOrLoadStrOffsetsData().GetMaxU64(
483 symbol_file.GetDWARFContext().getOrLoadStrOffsetsData().GetMaxU64(
509 return symbol_file.GetDWARFContext().getOrLoadAddrData().GetMaxU64(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp23 // GetMaxU64 and GetMaxS64 wrap the similarly named methods from DataExtractor
25 static bool GetMaxU64(const lldb_private::DataExtractor &data, function
29 *value = data.GetMaxU64(offset, byte_size);
33 static bool GetMaxU64(const lldb_private::DataExtractor &data, function
39 if (!GetMaxU64(data, offset, value, byte_size)) {
133 if (!GetMaxU64(data, offset, &e_entry, byte_size, 3))
231 if (!GetMaxU64(data, offset, &sh_flags, byte_size))
235 if (!GetMaxU64(data, offset, &sh_addr, byte_size, 3))
243 if (!GetMaxU64(data, offset, &sh_addralign, byte_size, 2))
330 if (!GetMaxU64(dat
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp62 v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
67 v =m_fpr.GetMaxU64(&offset, reg_info->byte_size);
H A DRegisterContextPOSIXCore_s390x.cpp60 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
69 uint64_t v = m_fpr.GetMaxU64(&offset, reg_info->byte_size);
H A DRegisterContextPOSIXCore_powerpc.cpp69 uint64_t v = m_fpr.GetMaxU64(&offset, reg_info->byte_size);
82 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
H A DRegisterContextPOSIXCore_arm.cpp47 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
H A DRegisterContextPOSIXCore_arm64.cpp48 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
H A DRegisterContextPOSIXCore_ppc64le.cpp116 uint64_t v = m_gpr.GetMaxU64(&offset, reg_info->byte_size);
H A DThreadElfCore.cpp386 pr_uid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1);
387 pr_gid = data.GetMaxU64(&offset, data.GetAddressByteSize() >> 1);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h92 return (RetType)(m_data.GetMaxU64(&offset, size));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp524 return GetMaxU64(offset_ptr, byte_size);
527 uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr, function in class:DataExtractor
529 lldbassert(byte_size > 0 && byte_size <= 8 && "GetMaxU64 invalid byte_size!");
572 uint64_t u64 = GetMaxU64(offset_ptr, byte_size);
580 uint64_t uval64 = GetMaxU64(offset_ptr, size);
683 return GetMaxU64(offset_ptr, m_addr_size);
699 return GetMaxU64(offset_ptr, m_addr_size);
H A DRegisterValue.cpp244 SetUInt64(src.GetMaxU64(&src_offset, src_len));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h472 uint64_t GetMaxU64(lldb::offset_t *offset_ptr, size_t byte_size) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp81 u64 = data.GetMaxU64(offset_ptr, (uint32_t)bytes_left);
99 u64 = data.GetMaxU64(&temp_offset, (uint32_t)bytes_left);
H A DEmulateInstruction.cpp179 uval64 = data.GetMaxU64(&offset, byte_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1764 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);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp698 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);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1867 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);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1894 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);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp428 uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp803 uint64_t uval64 = data.GetMaxU64(&offset, *byte_size);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp343 uint64_t raw_value = data.GetMaxU64(&offset, num_bytes);

Completed in 222 milliseconds

12