LLDB mainline
|
#include <ClangExpressionDeclMap.h>
Public Member Functions | |
TargetInfo ()=default | |
bool | IsValid () |
Public Attributes | |
lldb::ByteOrder | byte_order = lldb::eByteOrderInvalid |
size_t | address_byte_size = 0 |
Definition at line 251 of file ClangExpressionDeclMap.h.
|
default |
|
inline |
Definition at line 257 of file ClangExpressionDeclMap.h.
References address_byte_size, byte_order, and lldb::eByteOrderInvalid.
size_t lldb_private::ClangExpressionDeclMap::TargetInfo::address_byte_size = 0 |
Definition at line 253 of file ClangExpressionDeclMap.h.
Referenced by lldb_private::ClangExpressionDeclMap::GetTargetInfo(), and IsValid().
lldb::ByteOrder lldb_private::ClangExpressionDeclMap::TargetInfo::byte_order = lldb::eByteOrderInvalid |
Definition at line 252 of file ClangExpressionDeclMap.h.
Referenced by lldb_private::ClangExpressionDeclMap::GetTargetInfo(), and IsValid().