Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp51 m_valid_pointer_check.reset( in Install()
58 if (!m_valid_pointer_check->Install(diagnostic_manager, exe_ctx)) in Install()
84 if (m_valid_pointer_check && m_valid_pointer_check->ContainsAddress(addr)) { in DoCheckersExplainStop()
349 m_checker_functions.m_valid_pointer_check->StartAddress()); in InstrumentInstruction()
570 if (m_checker_functions.m_valid_pointer_check) { in runOnModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRDynamicChecks.h80 std::unique_ptr<UtilityFunction> m_valid_pointer_check; variable