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 368 of file ObjCLanguageRuntime.h.
|
default |
|
inline |
Definition at line 371 of file ObjCLanguageRuntime.h.
|
inline |
Definition at line 381 of file ObjCLanguageRuntime.h.
References class_addr, and sel_addr.
|
inline |
Definition at line 374 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 394 of file ObjCLanguageRuntime.h.
Referenced by operator<(), and operator==().
lldb::addr_t lldb_private::ObjCLanguageRuntime::ClassAndSel::sel_addr = LLDB_INVALID_ADDRESS |
Definition at line 395 of file ObjCLanguageRuntime.h.
Referenced by operator<(), and operator==().