Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h32 class DynamicCheckerFunctions {
38 DynamicCheckerFunctions(DynamicCheckerFunctionsKind kind) : m_kind(kind) {} in DynamicCheckerFunctions() function
39 virtual ~DynamicCheckerFunctions() = default;
/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.cpp46 : DynamicCheckerFunctions(DCF_Clang) {} in ClangDynamicCheckerFunctions()
/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp104 DynamicCheckerFunctions *checkers = m_process.GetDynamicCheckers(); in GetRealStopInfo()
H A DProcess.cpp26 #include "lldb/Expression/DynamicCheckerFunctions.h"
1574 void Process::SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers) { in GetLanguageRuntime()
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h80 class DynamicCheckerFunctions; variable
343 typedef std::unique_ptr<lldb_private::DynamicCheckerFunctions>
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2337 DynamicCheckerFunctions *GetDynamicCheckers() {
2341 void SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers);