Searched refs:m_objc_object_check (Results 1 – 2 of 2) sorted by relevance
67 …m_objc_object_check.reset(objc_language_runtime->CreateObjectChecker(VALID_OBJC_OBJECT_CHECK_NAME)… in Install()69 if (!m_objc_object_check->Install(error_stream, exe_ctx)) in Install()87 else if (m_objc_object_check.get() != NULL && m_objc_object_check->ContainsAddress(addr)) in DoCheckersExplainStop()447 …bjc_object_check_func = BuildObjectCheckerFunc(m_checker_functions.m_objc_object_check->StartAddre… in InstrumentInstruction()623 if (m_checker_functions.m_objc_object_check.get()) in runOnModule()
81 std::unique_ptr<ClangUtilityFunction> m_objc_object_check; variable