Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.h28 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 &m_runtime;
185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2()
[all …]
HDAppleObjCRuntimeV2.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 …]
HDAppleObjCClassDescriptorV2.h24 friend class lldb_private::AppleObjCRuntimeV2;
234 void fill(AppleObjCRuntimeV2 &runtime, ClassDescriptorV2 &descriptor);
245 ClassDescriptorV2(AppleObjCRuntimeV2 &runtime, in ClassDescriptorV2()
267 AppleObjCRuntimeV2
HDAppleObjCRuntime.cpp62 AppleObjCRuntimeV2::Initialize(); in Initialize()
67 AppleObjCRuntimeV2::Terminate(); in Terminate()
HDAppleObjCClassDescriptorV2.cpp695 void ClassDescriptorV2::iVarsStorage::fill(AppleObjCRuntimeV2 &runtime, in fill()
/freebsd-head/lib/clang/liblldb/
HDMakefile454 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp