Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp68 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRDynamicChecks.h81 std::unique_ptr<UtilityFunction> m_objc_object_check; variable