LLDB mainline
|
#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 |
std::unique_ptr<uint8_t[]> lldb_private::ABI::CallArgument::data_up |
Definition at line 38 of file ABI.h.
Referenced by IRInterpreter::Interpret().
size_t lldb_private::ABI::CallArgument::size |
Definition at line 35 of file ABI.h.
Referenced by IRInterpreter::Interpret().
eType lldb_private::ABI::CallArgument::type |
Definition at line 34 of file ABI.h.
Referenced by IRInterpreter::Interpret().
lldb::addr_t lldb_private::ABI::CallArgument::value |
Definition at line 37 of file ABI.h.
Referenced by IRInterpreter::Interpret().