Home
last modified time | relevance | path

Searched refs:CreateObjectChecker (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.h107 CreateObjectChecker(std::string, ExecutionContext &exe_ctx) override;
DAppleObjCRuntimeV1.cpp126 AppleObjCRuntimeV1::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV1
DAppleObjCRuntimeV2.h55 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) override;
DAppleObjCRuntimeV2.cpp1092 AppleObjCRuntimeV2::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV2
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.h263 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRDynamicChecks.cpp65 auto utility_fn_or_error = objc_language_runtime->CreateObjectChecker( in Install()