Home
last modified time | relevance | path

Searched refs:AppleObjCRuntimeV2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h1 //===-- AppleObjCRuntimeV2.h ------------------------------------*- C++ -*-===//
28 class AppleObjCRuntimeV2 : public AppleObjCRuntime {
30 ~AppleObjCRuntimeV2() override = default;
119 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
133 CreateInstance(AppleObjCRuntimeV2 &runtime,
139 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
152 AppleObjCRuntimeV2 &m_runtime;
167 friend class AppleObjCRuntimeV2; variable
179 CreateInstance(AppleObjCRuntimeV2 &runtime,
183 AppleObjCRuntimeV2
[all...]
H A DAppleObjCRuntimeV2.cpp72 char AppleObjCRuntimeV2::ID = 0;
729 AppleObjCRuntimeV2::AppleObjCRuntimeV2(Process *process, in AppleObjCRuntimeV2() function in AppleObjCRuntimeV2
758 AppleObjCRuntimeV2::GetPreferredLanguageRuntime(ValueObject &in_value) { in GetPreferredLanguageRuntime()
770 bool AppleObjCRuntimeV2::GetDynamicTypeAndAddress( in GetDynamicTypeAndAddress()
825 LanguageRuntime *AppleObjCRuntimeV2::CreateInstance(Process *process, in CreateInstance()
835 return new AppleObjCRuntimeV2(process, objc_module_sp); in CreateInstance()
1136 void AppleObjCRuntimeV2::Initialize() { in Initialize()
1146 void AppleObjCRuntimeV2::Terminate() { in Terminate()
1151 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver()
1167 AppleObjCRuntimeV2::CreateObjectChecker(std::string name, in CreateObjectChecker()
[all …]
H A DAppleObjCClassDescriptorV2.h14 #include "AppleObjCRuntimeV2.h"
24 friend class lldb_private::AppleObjCRuntimeV2;
234 void fill(AppleObjCRuntimeV2 &runtime, ClassDescriptorV2 &descriptor);
245 ClassDescriptorV2(AppleObjCRuntimeV2 &runtime, in ClassDescriptorV2()
267 AppleObjCRuntimeV2
H A DAppleObjCRuntime.cpp62 AppleObjCRuntimeV2::Initialize(); in Initialize()
67 AppleObjCRuntimeV2::Terminate(); in Terminate()
H A DAppleObjCClassDescriptorV2.cpp695 void ClassDescriptorV2::iVarsStorage::fill(AppleObjCRuntimeV2 &runtime, in fill()
/freebsd/lib/clang/liblldb/
H A DMakefile448 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp