Home
last modified time | relevance | path

Searched refs:GetRuntimeVersion (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h36 switch (runtime->GetRuntimeVersion()) { in classof()
110 ObjCRuntimeVersions GetRuntimeVersion() const override { in GetRuntimeVersion() function
H A DAppleObjCRuntimeV2.h42 switch (runtime->GetRuntimeVersion()) { in classof()
66 ObjCRuntimeVersions GetRuntimeVersion() const override { in GetRuntimeVersion() function
H A DAppleObjCRuntime.h35 switch (runtime->GetRuntimeVersion()) { in classof()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h240 virtual ObjCRuntimeVersions GetRuntimeVersion() const { in GetRuntimeVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp434 if (process_sp->GetObjCLanguageRuntime()->GetRuntimeVersion() == in ClangExpressionParser()