Searched refs:byte_size (Results 51 - 75 of 137) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1393 reg_info->byte_size, reg_value)
1396 arg_pos += reg_info->byte_size;
1526 size_t byte_size, Value &value) {
1528 DataBufferHeap buffer(byte_size, 0);
1584 llvm::Optional<uint64_t> byte_size = compiler_type.GetByteSize(&thread); local
1585 if (!bit_width || !byte_size)
1636 if (IsArmHardFloat(thread) && (*byte_size == 8 || *byte_size == 16)) {
1639 vfp_count = (*byte_size == 8 ? 1 : 2);
1640 } else if (*byte_size <
1524 GetReturnValuePassedInMemory(Thread &thread, RegisterContext *reg_ctx, size_t byte_size, Value &value) argument
[all...]
H A DABIMacOSX_arm.cpp1387 reg_info->byte_size, reg_value)
1390 arg_pos += reg_info->byte_size;
1597 llvm::Optional<uint64_t> byte_size = local
1599 if (!byte_size)
1602 if (*byte_size <= r0_reg_info->byte_size + r1_reg_info->byte_size +
1603 r2_reg_info->byte_size +
1604 r3_reg_info->byte_size &&
1607 new DataBufferHeap(*byte_size,
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp67 lldb::offset_t byte_size) {
68 if (byte_size == 0)
72 lldb::offset_t bytes_left = byte_size;
86 return llvm::APInt(byte_size * 8, llvm::ArrayRef<uint64_t>(uint64_array));
88 lldb::offset_t be_offset = *offset_ptr + byte_size;
104 *offset_ptr += byte_size;
105 return llvm::APInt(byte_size * 8, llvm::ArrayRef<uint64_t>(uint64_array));
111 lldb::offset_t offset, lldb::offset_t byte_size,
113 llvm::Optional<llvm::APInt> apint = GetAPInt(data, &offset, byte_size);
65 GetAPInt(const DataExtractor &data, lldb::offset_t *offset_ptr, lldb::offset_t byte_size) argument
110 DumpAPInt(Stream *s, const DataExtractor &data, lldb::offset_t offset, lldb::offset_t byte_size, bool is_signed, unsigned radix) argument
H A DEmulateInstruction.cpp140 if (reg_value.SetUInt(uint_value, reg_info.byte_size))
151 if (reg_value.SetUInt(uint_value, reg_info->byte_size))
167 size_t byte_size,
172 if (byte_size <= 8) {
175 m_read_mem_callback(this, m_baton, context, addr, buf, byte_size);
176 if (bytes_read == byte_size) {
178 DataExtractor data(buf, byte_size, GetByteOrder(), GetAddressByteSize());
179 uval64 = data.GetMaxU64(&offset, byte_size);
165 ReadMemoryUnsigned(const Context &context, lldb::addr_t addr, size_t byte_size, uint64_t fail_value, bool *success_ptr) argument
H A DValueObjectChild.cpp31 ConstString name, uint64_t byte_size, int32_t byte_offset,
36 m_byte_size(byte_size), m_byte_offset(byte_offset),
29 ValueObjectChild( ValueObject &parent, const CompilerType &compiler_type, ConstString name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type, uint64_t language_flags) argument
H A DValueObjectRegister.cpp212 m_reg_info.encoding, m_reg_info.byte_size * 8);
232 uint64_t ValueObjectRegister::GetByteSize() { return m_reg_info.byte_size; }
H A DAddress.cpp101 const Address &address, uint32_t byte_size,
104 if (exe_scope == nullptr || byte_size > sizeof(uint64_t)) {
110 success = ReadBytes(exe_scope, address, &buf, byte_size) == byte_size;
162 uint32_t byte_size, Stream *strm) {
163 if (exe_scope == nullptr || byte_size == 0)
165 std::vector<uint8_t> buf(byte_size, 0);
100 ReadUIntMax64(ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &success) argument
161 DumpUInt(ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, Stream *strm) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp839 if (data_Rt.GetAsMemoryData(&reg_info_Rt, buffer, reg_info_Rt.byte_size,
843 if (!WriteMemory(context_t, address + 0, buffer, reg_info_Rt.byte_size))
849 if (data_Rt2.GetAsMemoryData(&reg_info_Rt2, buffer, reg_info_Rt2.byte_size,
854 reg_info_Rt2.byte_size))
873 memset(buffer, 'U', reg_info_Rt.byte_size);
875 if (!ReadMemory(context_t, address, buffer, reg_info_Rt.byte_size))
879 if (data_Rt.SetFromMemoryData(&reg_info_Rt, buffer, reg_info_Rt.byte_size,
891 reg_info_Rt2.byte_size))
896 reg_info_Rt2.byte_size, eByteOrderLittle,
1006 if (data_Rt.GetAsMemoryData(&reg_info_Rt, buffer, reg_info_Rt.byte_size,
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp78 uint32_t byte_size = architecture.GetDataByteSize(); local
176 DataExtractor extractor(buffer, byte_order, address_size, byte_size);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp152 uint32_t DataEncoder::PutUnsigned(uint32_t offset, uint32_t byte_size, argument
154 switch (byte_size) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h90 /// Encode an unsigned integer of size \a byte_size to \a offset.
101 /// \param[in] byte_size
112 uint32_t PutUnsigned(uint32_t offset, uint32_t byte_size, uint64_t value);
H A DDataExtractor.h432 /// Extract an integer of size \a byte_size from \a *offset_ptr.
436 /// byte_size argument. \a byte_size must have a value >= 1 and <= 4 since
446 /// \param[in] byte_size
451 uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const;
453 /// Extract an unsigned integer of size \a byte_size from \a *offset_ptr.
457 /// \a byte_size argument. \a byte_size must have a value greater than or
468 /// \param[in] byte_size
474 uint64_t GetMaxU64(lldb::offset_t *offset_ptr, size_t byte_size) cons
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.cpp76 value.SetFromMemoryData(reg_info, src + offset, reg_info->byte_size,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp164 addr_t byte_size = m_opaque_ptr->GetAddressRange().GetByteSize(); local
165 if (byte_size > 0) {
167 addr->Slide(byte_size);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp87 unsigned long byte_size = ::strtoul(s, &format_char, 0); local
88 if (byte_size != ULONG_MAX)
89 *byte_size_ptr = byte_size;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp203 if (value.GetByteSize() > reg_info->byte_size)
215 reg_info->byte_size, byte_order);
218 reg_info->byte_size, byte_order);
221 reg_info->byte_size, byte_order);
227 reg_info->byte_size, byte_order);
249 switch (reg_info->byte_size) {
315 switch (reg_info->byte_size) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp143 llvm::Optional<uint64_t> byte_size, SymbolContextScope *context,
154 if (byte_size) {
155 m_byte_size = *byte_size;
433 const uint64_t byte_size = GetByteSize().getValueOr(0); local
434 if (data.GetByteSize() < byte_size) {
435 lldb::DataBufferSP data_sp(new DataBufferHeap(byte_size, '\0'));
439 uint8_t *dst = const_cast<uint8_t *>(data.PeekData(0, byte_size));
445 memcpy(dst, reinterpret_cast<uint8_t *>(addr), byte_size);
452 return exe_ctx->GetProcessPtr()->ReadMemory(addr, dst, byte_size,
453 error) == byte_size;
142 Type(lldb::user_id_t uid, SymbolFile *symbol_file, ConstString name, llvm::Optional<uint64_t> byte_size, SymbolContextScope *context, user_id_t encoding_uid, EncodingDataType encoding_uid_type, const Declaration &decl, const CompilerType &compiler_type, ResolveState compiler_type_resolve_state, uint32_t opaque_payload) argument
[all...]
H A DLineEntry.cpp22 lldb::addr_t section_offset, lldb::addr_t byte_size,
27 : range(section_sp, section_offset, byte_size), file(_file),
21 LineEntry(const lldb::SectionSP &section_sp, lldb::addr_t section_offset, lldb::addr_t byte_size, const FileSpec &_file, uint32_t _line, uint16_t _column, bool _is_start_of_statement, bool _is_start_of_basic_block, bool _is_prologue_end, bool _is_epilogue_begin, bool _is_terminal_entry) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp96 reg_info->byte_size, reg_value));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp98 return reg_info->byte_size;
102 return reg_info->byte_size;
227 if (value.SetUInt(uval, reg_info->byte_size))
340 const uint32_t dst_len = reg_info->byte_size;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h158 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp112 uint32_t byte_size = architecture.GetDataByteSize(); local
124 DataExtractor extractor(buffer, byte_order, address_size, byte_size);
/freebsd-13-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py350 bits = int(self.byte_size, 0) * 8
352 elif self.encoding == 'DW_ATE_signed_char' and int(self.byte_size, 0) == 1:
354 elif self.encoding == 'DW_ATE_boolean' and int(self.byte_size, 0) == 1:
357 return self._mapval(int(self.byte_size, 0), {
539 byte_size = raw.optarg('byte_size', None)
540 if byte_size == None:
544 byte_size=byte_size)
556 byte_size
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp213 uint32_t byte_size = (bit_width + (8 - 1)) / 8; local
216 current_stack_argument, byte_size, is_signed, scalar, error)) {
217 current_stack_argument += byte_size;
646 llvm::Optional<uint64_t> byte_size = type.GetByteSize(nullptr); local
647 if (!byte_size)
649 switch (*byte_size) {
698 const uint32_t vr_size = vr[0]->byte_size;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp792 llvm::Optional<uint64_t> byte_size = m_type.GetByteSize(exe_scope); variable
793 if (!byte_size) {
810 *byte_size, byte_align,
813 m_temporary_allocation_size = *byte_size;
1168 m_size = m_register_info.byte_size;
1169 m_alignment = m_register_info.byte_size;
1210 if (register_data.GetByteSize() != m_register_info.byte_size) {
1214 (unsigned long long)m_register_info.byte_size);
1261 map.GetMemoryData(register_data, load_addr, m_register_info.byte_size,

Completed in 327 milliseconds

123456