Lines Matching refs:AppleObjCRuntimeV1

40 AppleObjCRuntimeV1::AppleObjCRuntimeV1(Process *process) :  in AppleObjCRuntimeV1()  function in AppleObjCRuntimeV1
50 AppleObjCRuntimeV1::GetDynamicTypeAndAddress (ValueObject &in_value, in GetDynamicTypeAndAddress()
73 AppleObjCRuntimeV1::CreateInstance (Process *process, lldb::LanguageType language) in CreateInstance()
82 return new AppleObjCRuntimeV1 (process); in CreateInstance()
92 AppleObjCRuntimeV1::Initialize() in Initialize()
100 AppleObjCRuntimeV1::Terminate() in Terminate()
106 AppleObjCRuntimeV1::GetPluginNameStatic() in GetPluginNameStatic()
116 AppleObjCRuntimeV1::GetPluginName() in GetPluginName()
122 AppleObjCRuntimeV1::GetPluginVersion() in GetPluginVersion()
128 AppleObjCRuntimeV1::CreateExceptionResolver (Breakpoint *bkpt, bool catch_bp, bool throw_bp) in CreateExceptionResolver()
147 AppleObjCRuntimeV1::CreateObjectChecker(const char *name) in CreateObjectChecker()
209 AppleObjCRuntimeV1::ClassDescriptorV1::ClassDescriptorV1 (ValueObject &isa_pointer) in ClassDescriptorV1()
215 AppleObjCRuntimeV1::ClassDescriptorV1::ClassDescriptorV1 (ObjCISA isa, lldb::ProcessSP process_sp) in ClassDescriptorV1()
221 AppleObjCRuntimeV1::ClassDescriptorV1::Initialize (ObjCISA isa, lldb::ProcessSP process_sp) in Initialize()
298 AppleObjCRuntimeV1::ClassDescriptorV1::GetSuperclass () in GetSuperclass()
305 …return ObjCLanguageRuntime::ClassDescriptorSP(new AppleObjCRuntimeV1::ClassDescriptorV1(m_parent_i… in GetSuperclass()
309 AppleObjCRuntimeV1::ClassDescriptorV1::Describe (std::function <void (ObjCLanguageRuntime::ObjCISA)… in Describe()
318 AppleObjCRuntimeV1::GetISAHashTablePointer () in GetISAHashTablePointer()
355 AppleObjCRuntimeV1::UpdateISAToDescriptorMapIfNeeded() in UpdateISAToDescriptorMapIfNeeded()
477 AppleObjCRuntimeV1::GetTypeVendor() in GetTypeVendor()