/external/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
D | ABISysV_arm64.cpp | 475 std::unique_ptr<DataBufferHeap> heap_data_up( in LoadValueFromConsecutiveGPRRegisters() local 511 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters() 513 reg_info, heap_data_up->GetBytes() + data_offset, *base_byte_size, in LoadValueFromConsecutiveGPRRegisters() 524 data.SetData(DataBufferSP(heap_data_up.release())); in LoadValueFromConsecutiveGPRRegisters() 549 reg_info, heap_data_up->GetBytes() + data_offset, curr_byte_size, in LoadValueFromConsecutiveGPRRegisters() 590 value_addr, heap_data_up->GetBytes(), heap_data_up->GetByteSize(), in LoadValueFromConsecutiveGPRRegisters() 591 error) != heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters() 598 data.SetData(DataBufferSP(heap_data_up.release())); in LoadValueFromConsecutiveGPRRegisters() 652 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectImpl() local 662 x0_reg_info, heap_data_up->GetBytes() + 0, 8, in GetReturnValueObjectImpl() [all …]
|
D | ABIMacOSX_arm64.cpp | 500 std::unique_ptr<DataBufferHeap> heap_data_up( in LoadValueFromConsecutiveGPRRegisters() local 536 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters() 538 reg_info, heap_data_up->GetBytes() + data_offset, *base_byte_size, in LoadValueFromConsecutiveGPRRegisters() 549 data.SetData(DataBufferSP(heap_data_up.release())); in LoadValueFromConsecutiveGPRRegisters() 578 reg_info, heap_data_up->GetBytes() + data_offset, curr_byte_size, in LoadValueFromConsecutiveGPRRegisters() 622 value_addr, heap_data_up->GetBytes(), heap_data_up->GetByteSize(), in LoadValueFromConsecutiveGPRRegisters() 623 error) != heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters() 630 data.SetData(DataBufferSP(heap_data_up.release())); in LoadValueFromConsecutiveGPRRegisters() 682 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectImpl() local 692 x0_reg_info, heap_data_up->GetBytes() + 0, 8, in GetReturnValueObjectImpl() [all …]
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABISysV_i386.cpp | 525 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectSimple() local 531 if (reg_value.GetAsMemoryData(vec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() 532 heap_data_up->GetByteSize(), in GetReturnValueObjectSimple() 534 DataExtractor data(DataBufferSP(heap_data_up.release()), in GetReturnValueObjectSimple() 550 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectSimple() local 559 if (reg_value.GetAsMemoryData(vec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() 563 vec_reg2, heap_data_up->GetBytes() + vec_reg->byte_size, in GetReturnValueObjectSimple() 564 heap_data_up->GetByteSize() - vec_reg->byte_size, in GetReturnValueObjectSimple() 566 DataExtractor data(DataBufferSP(heap_data_up.release()), in GetReturnValueObjectSimple()
|
D | ABISysV_x86_64.cpp | 506 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectSimple() local 513 altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() 514 heap_data_up->GetByteSize(), byte_order, error)) { in GetReturnValueObjectSimple() 515 DataExtractor data(DataBufferSP(heap_data_up.release()), in GetReturnValueObjectSimple() 531 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectSimple() local 541 altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() 545 heap_data_up->GetBytes() + altivec_reg->byte_size, in GetReturnValueObjectSimple() 546 heap_data_up->GetByteSize() - altivec_reg->byte_size, in GetReturnValueObjectSimple() 548 DataExtractor data(DataBufferSP(heap_data_up.release()), in GetReturnValueObjectSimple()
|
D | ABIWindows_x86_64.cpp | 513 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectSimple() local 520 xmm_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() 521 heap_data_up->GetByteSize(), byte_order, error)) { in GetReturnValueObjectSimple() 522 DataExtractor data(DataBufferSP(heap_data_up.release()), in GetReturnValueObjectSimple()
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABIMacOSX_arm.cpp | 1591 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectImpl() local 1604 heap_data_up->GetBytes() + 0, in GetReturnValueObjectImpl() 1607 heap_data_up->GetBytes() + 4, in GetReturnValueObjectImpl() 1610 heap_data_up->GetBytes() + 8, in GetReturnValueObjectImpl() 1613 heap_data_up->GetBytes() + 12, in GetReturnValueObjectImpl() 1615 DataExtractor data(DataBufferSP(heap_data_up.release()), in GetReturnValueObjectImpl()
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc.cpp | 618 std::unique_ptr<DataBufferHeap> heap_data_up( in GetReturnValueObjectSimple() local 625 altivec_reg, heap_data_up->GetBytes(), in GetReturnValueObjectSimple() 626 heap_data_up->GetByteSize(), byte_order, error)) { in GetReturnValueObjectSimple() 627 DataExtractor data(DataBufferSP(heap_data_up.release()), in GetReturnValueObjectSimple()
|