Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h107 CreateObjectChecker(std::string, ExecutionContext &exe_ctx) override;
H A DAppleObjCRuntimeV1.cpp115 AppleObjCRuntimeV1::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV1
H A DAppleObjCRuntimeV2.h56 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) override;
H A DAppleObjCRuntimeV2.cpp1179 AppleObjCRuntimeV2::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV2
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h273 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) = 0;
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp66 auto utility_fn_or_error = objc_language_runtime->CreateObjectChecker( in Install()