Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
HDGNUstepObjCRuntime.h94 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) override;
HDGNUstepObjCRuntime.cpp178 GNUstepObjCRuntime::CreateObjectChecker(std::string name, in CreateObjectChecker() function in GNUstepObjCRuntime
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV1.h107 CreateObjectChecker(std::string, ExecutionContext &exe_ctx) override;
HDAppleObjCRuntimeV1.cpp115 AppleObjCRuntimeV1::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV1
HDAppleObjCRuntimeV2.h60 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) override;
HDAppleObjCRuntimeV2.cpp1167 AppleObjCRuntimeV2::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV2
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRDynamicChecks.cpp66 objc_language_runtime->CreateObjectChecker(VALID_OBJC_OBJECT_CHECK_NAME, exe_ctx); in Install()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
HDObjCLanguageRuntime.h280 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) = 0;