Searched refs:IRDynamicChecks (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.h1 //===-- IRDynamicChecks.h ---------------------------------------*- C++ -*-===//
60 /// \class IRDynamicChecks IRDynamicChecks.h
61 /// "lldb/Expression/IRDynamicChecks.h" Adds dynamic checks to a user-entered
68 /// IRDynamicChecks adds calls to the functions in DynamicCheckerFunctions to
70 class IRDynamicChecks : public llvm::ModulePass { class in namespace:lldb_private
79 IRDynamicChecks(ClangDynamicCheckerFunctions &checker_functions,
83 ~IRDynamicChecks() override;
H A DIRDynamicChecks.cpp1 //===-- IRDynamicChecks.cpp -------------------------------------*- C++ -*-===//
17 #include "IRDynamicChecks.h"
107 /// \class Instrumenter IRDynamicChecks.cpp
535 IRDynamicChecks::IRDynamicChecks( function in class:IRDynamicChecks
540 IRDynamicChecks::~IRDynamicChecks() = default;
542 bool IRDynamicChecks::runOnModule(llvm::Module &M) {
587 void IRDynamicChecks::assignPassManager(PMStack &PMS, PassManagerType T) {}
589 PassManagerType IRDynamicChecks
[all...]
H A DClangExpressionParser.cpp66 #include "IRDynamicChecks.h"
1306 IRDynamicChecks ir_dynamic_checks(*checker_funcs,
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile330 SRCS+= Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp

Completed in 202 milliseconds