Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp430 IRDynamicChecks::IRDynamicChecks( in IRDynamicChecks() function in IRDynamicChecks
435 IRDynamicChecks::~IRDynamicChecks() = default;
437 bool IRDynamicChecks::runOnModule(llvm::Module &M) { in runOnModule()
470 void IRDynamicChecks::assignPassManager(PMStack &PMS, PassManagerType T) {} in assignPassManager()
472 PassManagerType IRDynamicChecks::getPotentialPassManagerType() const { in getPotentialPassManagerType()
H A DIRDynamicChecks.h69 class IRDynamicChecks : public llvm::ModulePass {
78 IRDynamicChecks(ClangDynamicCheckerFunctions &checker_functions,
82 ~IRDynamicChecks() override;
H A DClangExpressionParser.cpp1619 IRDynamicChecks ir_dynamic_checks(*checker_funcs, in DoPrepareForExecution()
/freebsd/lib/clang/liblldb/
H A DMakefile395 SRCS+= Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp