Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.h70 class IRDynamicChecks : public llvm::ModulePass {
79 IRDynamicChecks(ClangDynamicCheckerFunctions &checker_functions,
83 ~IRDynamicChecks() override;
H A DIRDynamicChecks.cpp513 IRDynamicChecks::IRDynamicChecks( in IRDynamicChecks() function in IRDynamicChecks
518 IRDynamicChecks::~IRDynamicChecks() = default;
520 bool IRDynamicChecks::runOnModule(llvm::Module &M) { in runOnModule()
565 void IRDynamicChecks::assignPassManager(PMStack &PMS, PassManagerType T) {} in assignPassManager()
567 PassManagerType IRDynamicChecks::getPotentialPassManagerType() const { in getPotentialPassManagerType()
H A DClangExpressionParser.cpp1443 IRDynamicChecks ir_dynamic_checks(*checker_funcs, in DoPrepareForExecution()
/src/lib/clang/liblldb/
H A DMakefile402 SRCS+= Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp