Searched refs:m_objc_object_check (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.h57 std::shared_ptr<UtilityFunction> m_objc_object_check; member in class:lldb_private::ClangDynamicCheckerFunctions
H A DIRDynamicChecks.cpp69 m_objc_object_check.reset(objc_language_runtime->CreateObjectChecker(
72 if (!m_objc_object_check->Install(diagnostic_manager, exe_ctx))
88 } else if (m_objc_object_check &&
89 m_objc_object_check->ContainsAddress(addr)) {
563 if (m_checker_functions.m_objc_object_check) {
564 ObjcObjectChecker ooc(M, m_checker_functions.m_objc_object_check);

Completed in 68 milliseconds