LLDB mainline
lldb_private::ABI::CallArgument Struct Reference

#include <ABI.h>

Public Types

enum  eType { HostPointer = 0 , TargetValue }

Public Attributes

eType type
size_t size
lldb::addr_t value
std::unique_ptr< uint8_t[]> data_up

Detailed Description

Definition at line 30 of file ABI.h.

Member Enumeration Documentation

◆ eType

Enumerator
HostPointer 
TargetValue 

Definition at line 31 of file ABI.h.

Member Data Documentation

◆ data_up

std::unique_ptr<uint8_t[]> lldb_private::ABI::CallArgument::data_up

Definition at line 39 of file ABI.h.

Referenced by IRInterpreter::Interpret().

◆ size

size_t lldb_private::ABI::CallArgument::size

Definition at line 36 of file ABI.h.

Referenced by IRInterpreter::Interpret().

◆ type

eType lldb_private::ABI::CallArgument::type

Definition at line 35 of file ABI.h.

Referenced by IRInterpreter::Interpret().

◆ value

lldb::addr_t lldb_private::ABI::CallArgument::value

Definition at line 38 of file ABI.h.

Referenced by IRInterpreter::Interpret().


The documentation for this struct was generated from the following file: