Searched refs:AppleObjCRuntimeV2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h1 //===-- AppleObjCRuntimeV2.h ------------------------------------*- C++ -*-===//
25 class AppleObjCRuntimeV2 : public AppleObjCRuntime { class in namespace:lldb_private
27 ~AppleObjCRuntimeV2() override = default;
115 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
129 CreateInstance(AppleObjCRuntimeV2 &runtime,
135 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
148 AppleObjCRuntimeV2 &m_runtime;
163 friend class AppleObjCRuntimeV2;
174 CreateInstance(AppleObjCRuntimeV2 &runtime,
178 AppleObjCRuntimeV2
[all...]
H A DAppleObjCRuntimeV2.cpp1 //===-- AppleObjCRuntimeV2.cpp ----------------------------------*- C++ -*-===//
61 #include "AppleObjCRuntimeV2.h"
75 char AppleObjCRuntimeV2::ID = 0;
413 AppleObjCRuntimeV2::AppleObjCRuntimeV2(Process *process, function in class:AppleObjCRuntimeV2
436 bool AppleObjCRuntimeV2::GetDynamicTypeAndAddress(
491 LanguageRuntime *AppleObjCRuntimeV2::CreateInstance(Process *process,
501 return new AppleObjCRuntimeV2(process, objc_module_sp);
802 void AppleObjCRuntimeV2::Initialize() {
812 void AppleObjCRuntimeV2
[all...]
H A DAppleObjCClassDescriptorV2.h14 #include "AppleObjCRuntimeV2.h"
23 friend class lldb_private::AppleObjCRuntimeV2;
201 void fill(AppleObjCRuntimeV2 &runtime, ClassDescriptorV2 &descriptor);
212 ClassDescriptorV2(AppleObjCRuntimeV2 &runtime,
224 AppleObjCRuntimeV2
H A DAppleObjCClassDescriptorV2.cpp501 void ClassDescriptorV2::iVarsStorage::fill(AppleObjCRuntimeV2 &runtime,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp84 #include "Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h"
315 AppleObjCRuntimeV2::Initialize();
428 AppleObjCRuntimeV2::Terminate();

Completed in 112 milliseconds