Home
last modified time | relevance | path

Searched refs:DynamicCheckerFunctions (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRDynamicChecks.h49 class DynamicCheckerFunctions {
54 DynamicCheckerFunctions();
59 ~DynamicCheckerFunctions();
111 IRDynamicChecks(DynamicCheckerFunctions &checker_functions,
165 DynamicCheckerFunctions
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp44 DynamicCheckerFunctions::DynamicCheckerFunctions() = default;
46 DynamicCheckerFunctions::~DynamicCheckerFunctions() = default;
48 bool DynamicCheckerFunctions::Install(DiagnosticManager &diagnostic_manager, in Install()
79 bool DynamicCheckerFunctions::DoCheckersExplainStop(lldb::addr_t addr, in DoCheckersExplainStop()
142 Instrumenter(llvm::Module &module, DynamicCheckerFunctions &checker_functions) in Instrumenter()
322 DynamicCheckerFunctions
333 DynamicCheckerFunctions &checker_functions) in ValidPointerChecker()
392 DynamicCheckerFunctions &checker_functions) in ObjcObjectChecker()
551 IRDynamicChecks::IRDynamicChecks(DynamicCheckerFunctions &checker_functions, in IRDynamicChecks()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp108 DynamicCheckerFunctions *checkers = in GetRealStopInfo()
H A DProcess.cpp1794 void Process::SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers) { in SetDynamicCheckers()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h89 class DynamicCheckerFunctions; variable
342 typedef std::unique_ptr<lldb_private::DynamicCheckerFunctions>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1175 DynamicCheckerFunctions *dynamic_checkers = in PrepareForExecution()
1176 new DynamicCheckerFunctions(); in PrepareForExecution()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2540 DynamicCheckerFunctions *GetDynamicCheckers() { in GetDynamicCheckers()
2544 void SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers);