Searched refs:AppleObjCRuntimeV1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp1 //===-- AppleObjCRuntimeV1.cpp --------------------------------------*- C++
10 #include "AppleObjCRuntimeV1.h"
40 char AppleObjCRuntimeV1::ID = 0;
42 AppleObjCRuntimeV1::AppleObjCRuntimeV1(Process *process) function in class:AppleObjCRuntimeV1
48 bool AppleObjCRuntimeV1::GetDynamicTypeAndAddress(
68 AppleObjCRuntimeV1::CreateInstance(Process *process,
78 return new AppleObjCRuntimeV1(process);
85 void AppleObjCRuntimeV1::Initialize() {
92 void AppleObjCRuntimeV1
[all...]
H A DAppleObjCRuntimeV1.h1 //===-- AppleObjCRuntimeV1.h ------------------------------------*- C++ -*-===//
19 class AppleObjCRuntimeV1 : public AppleObjCRuntime { class in namespace:lldb_private
21 ~AppleObjCRuntimeV1() override = default;
151 AppleObjCRuntimeV1(Process *process);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp83 #include "Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h"
316 AppleObjCRuntimeV1::Initialize();
429 AppleObjCRuntimeV1::Terminate();

Completed in 117 milliseconds