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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h1 //===-- AppleObjCRuntimeV1.h ----------------------------------------*- C++ -*-===//
23 class AppleObjCRuntimeV1 : class in namespace:lldb_private
93 virtual ~AppleObjCRuntimeV1() { }
190 AppleObjCRuntimeV1(Process *process);
H A DAppleObjCRuntimeV1.cpp1 //===-- AppleObjCRuntimeV1.cpp --------------------------------------*- C++ -*-===//
10 #include "AppleObjCRuntimeV1.h"
40 AppleObjCRuntimeV1::AppleObjCRuntimeV1(Process *process) : function in class:AppleObjCRuntimeV1
50 AppleObjCRuntimeV1::GetDynamicTypeAndAddress (ValueObject &in_value,
73 AppleObjCRuntimeV1::CreateInstance (Process *process, lldb::LanguageType language)
82 return new AppleObjCRuntimeV1 (process);
92 AppleObjCRuntimeV1::Initialize()
100 AppleObjCRuntimeV1::Terminate()
106 AppleObjCRuntimeV1
[all...]

Completed in 1359 milliseconds