Home
last modified time | relevance | path

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

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