LLDB mainline
|
Public Member Functions | |
ClassAndSel ()=default | |
ClassAndSel (lldb::addr_t in_class_addr, lldb::addr_t in_sel_addr) | |
bool | operator== (const ClassAndSel &rhs) |
bool | operator< (const ClassAndSel &rhs) const |
Public Attributes | |
lldb::addr_t | class_addr = LLDB_INVALID_ADDRESS |
lldb::addr_t | sel_addr = LLDB_INVALID_ADDRESS |
Definition at line 375 of file ObjCLanguageRuntime.h.
|
default |
|
inline |
Definition at line 378 of file ObjCLanguageRuntime.h.
|
inline |
Definition at line 388 of file ObjCLanguageRuntime.h.
References class_addr, and sel_addr.
|
inline |
Definition at line 381 of file ObjCLanguageRuntime.h.
References class_addr, and sel_addr.
lldb::addr_t lldb_private::ObjCLanguageRuntime::ClassAndSel::class_addr = LLDB_INVALID_ADDRESS |
Definition at line 401 of file ObjCLanguageRuntime.h.
Referenced by operator<(), and operator==().
lldb::addr_t lldb_private::ObjCLanguageRuntime::ClassAndSel::sel_addr = LLDB_INVALID_ADDRESS |
Definition at line 402 of file ObjCLanguageRuntime.h.
Referenced by operator<(), and operator==().