Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1603 ClangDynamicCheckerFunctions *dynamic_checkers = in DoPrepareForExecution() local
1607 if (Error Err = dynamic_checkers->Install(install_diags, exe_ctx)) in DoPrepareForExecution()
1611 process->SetDynamicCheckers(dynamic_checkers); in DoPrepareForExecution()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2411 void SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1544 void Process::SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers) { in SetDynamicCheckers() argument
1545 m_dynamic_checkers_up.reset(dynamic_checkers); in SetDynamicCheckers()