Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h30 class DynamicCheckerFunctions {
36 DynamicCheckerFunctions(DynamicCheckerFunctionsKind kind) : m_kind(kind) {} in DynamicCheckerFunctions() function
37 virtual ~DynamicCheckerFunctions() = default;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp104 DynamicCheckerFunctions *checkers = m_process.GetDynamicCheckers(); in GetRealStopInfo()
H A DProcess.cpp1562 void Process::SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers) { in SetDynamicCheckers()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h81 class DynamicCheckerFunctions; variable
323 typedef std::unique_ptr<lldb_private::DynamicCheckerFunctions>
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2239 DynamicCheckerFunctions *GetDynamicCheckers() { in GetDynamicCheckers()
2243 void SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers);
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3704 lldb/include/lldb/Expression/DynamicCheckerFunctions.h