LLDB mainline
|
Abstraction to read the Objective-C class info. More...
Public Member Functions | |
ClassInfoExtractor (AppleObjCRuntimeV2 &runtime) | |
std::mutex & | GetMutex () |
Protected Attributes | |
AppleObjCRuntimeV2 & | m_runtime |
The lifetime of this object is tied to that of the runtime. | |
std::mutex | m_mutex |
Abstraction to read the Objective-C class info.
Definition at line 311 of file AppleObjCRuntimeV2.h.
|
inline |
Definition at line 313 of file AppleObjCRuntimeV2.h.
|
inline |
Definition at line 314 of file AppleObjCRuntimeV2.h.
References m_mutex.
|
protected |
Definition at line 319 of file AppleObjCRuntimeV2.h.
Referenced by GetMutex().
|
protected |
The lifetime of this object is tied to that of the runtime.
Definition at line 318 of file AppleObjCRuntimeV2.h.