Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h94 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) override;
H A DGNUstepObjCRuntime.cpp178 GNUstepObjCRuntime::CreateObjectChecker(std::string name, in CreateObjectChecker() function in GNUstepObjCRuntime
/llvm-project/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.h60 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) override;
H A DAppleObjCRuntimeV2.cpp1167 AppleObjCRuntimeV2::CreateObjectChecker(std::string name, in CreateObjectChecker() function in AppleObjCRuntimeV2
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp66 objc_language_runtime->CreateObjectChecker(VALID_OBJC_OBJECT_CHECK_NAME, exe_ctx); in Install()
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h280 CreateObjectChecker(std::string name, ExecutionContext &exe_ctx) = 0;