Searched defs:AppleObjCRuntimeV2 (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h1 //===-- AppleObjCRuntimeV2.h ----------------------------------------*- C++ -*-===//
29 class AppleObjCRuntimeV2 : class in namespace:lldb_private
33 virtual ~AppleObjCRuntimeV2();
121 AppleObjCRuntimeV2 *runtime,
136 CreateInstance (AppleObjCRuntimeV2& runtime,
143 NonPointerISACache (AppleObjCRuntimeV2& runtime,
151 AppleObjCRuntimeV2& m_runtime;
164 CreateInstance (AppleObjCRuntimeV2& runtime,
176 AppleObjCRuntimeV2& m_runtime;
178 TaggedPointerVendor (AppleObjCRuntimeV2
[all...]
H A DAppleObjCRuntimeV2.cpp1 //===-- AppleObjCRuntimeV2.cpp --------------------------------------*- C++ -*-===//
44 #include "AppleObjCRuntimeV2.h"
334 AppleObjCRuntimeV2::AppleObjCRuntimeV2 (Process *process, function in class:AppleObjCRuntimeV2
357 AppleObjCRuntimeV2::~AppleObjCRuntimeV2()
362 AppleObjCRuntimeV2::GetDynamicTypeAndAddress (ValueObject &in_value,
406 AppleObjCRuntimeV2::CreateInstance (Process *process, LanguageType language)
415 return new AppleObjCRuntimeV2 (process, objc_module_sp);
424 AppleObjCRuntimeV2
[all...]

Completed in 1281 milliseconds