Home
last modified time | relevance | path

Searched refs:dynamic_checkers (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp1423 ClangDynamicCheckerFunctions *dynamic_checkers = in DoPrepareForExecution() local
1427 if (Error Err = dynamic_checkers->Install(install_diags, exe_ctx)) { in DoPrepareForExecution()
1435 process->SetDynamicCheckers(dynamic_checkers); in DoPrepareForExecution()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2374 void SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp1603 void Process::SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers) { in SetDynamicCheckers() argument
1604 m_dynamic_checkers_up.reset(dynamic_checkers); in SetDynamicCheckers()