Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h30 class DynamicCheckerFunctions {
36 DynamicCheckerFunctions(DynamicCheckerFunctionsKind kind) : m_kind(kind) {} in DynamicCheckerFunctions() function
37 virtual ~DynamicCheckerFunctions() = default;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.h27 : public lldb_private::DynamicCheckerFunctions {
35 static bool classof(const DynamicCheckerFunctions *checker_funcs) { in classof()
H A DIRDynamicChecks.cpp45 : DynamicCheckerFunctions(DCF_Clang) {} in ClangDynamicCheckerFunctions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp104 DynamicCheckerFunctions *checkers = m_process.GetDynamicCheckers(); in GetRealStopInfo()
H A DProcess.cpp1531 void Process::SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers) { in SetDynamicCheckers()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h75 class DynamicCheckerFunctions; variable
312 typedef std::unique_ptr<lldb_private::DynamicCheckerFunctions>
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2240 DynamicCheckerFunctions *GetDynamicCheckers() { in GetDynamicCheckers()
2244 void SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers);