LLDB mainline
|
Public Member Functions | |
ClassAndSelStr ()=default | |
ClassAndSelStr (lldb::addr_t in_class_addr, llvm::StringRef in_sel_name) | |
bool | operator== (const ClassAndSelStr &rhs) |
bool | operator< (const ClassAndSelStr &rhs) const |
Public Attributes | |
lldb::addr_t | class_addr = LLDB_INVALID_ADDRESS |
ConstString | sel_name |
Definition at line 397 of file ObjCLanguageRuntime.h.
|
default |
Referenced by operator<(), and operator==().
|
inline |
Definition at line 400 of file ObjCLanguageRuntime.h.
References class_addr, and sel_name.
|
inline |
Definition at line 407 of file ObjCLanguageRuntime.h.
References class_addr, ClassAndSelStr(), lldb_private::ConstString::Compare(), and sel_name.
|
inline |
Definition at line 403 of file ObjCLanguageRuntime.h.
References class_addr, ClassAndSelStr(), and sel_name.
lldb::addr_t lldb_private::ObjCLanguageRuntime::ClassAndSelStr::class_addr = LLDB_INVALID_ADDRESS |
Definition at line 416 of file ObjCLanguageRuntime.h.
Referenced by ClassAndSelStr(), operator<(), and operator==().
ConstString lldb_private::ObjCLanguageRuntime::ClassAndSelStr::sel_name |
Definition at line 417 of file ObjCLanguageRuntime.h.
Referenced by ClassAndSelStr(), operator<(), and operator==().