Searched refs:m_objc_object_check (Results 1 – 2 of 2) sorted by relevance
68 m_objc_object_check.reset(objc_language_runtime->CreateObjectChecker( in Install()71 if (!m_objc_object_check->Install(diagnostic_manager, exe_ctx)) in Install()87 } else if (m_objc_object_check && in DoCheckersExplainStop()88 m_objc_object_check->ContainsAddress(addr)) { in DoCheckersExplainStop()418 m_checker_functions.m_objc_object_check->StartAddress()); in InstrumentInstruction()580 if (m_checker_functions.m_objc_object_check) { in runOnModule()
81 std::unique_ptr<UtilityFunction> m_objc_object_check; variable