Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRDynamicChecks.h96 class IRDynamicChecks : public llvm::ModulePass {
111 IRDynamicChecks(DynamicCheckerFunctions &checker_functions,
117 ~IRDynamicChecks() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp551 IRDynamicChecks::IRDynamicChecks(DynamicCheckerFunctions &checker_functions, in IRDynamicChecks() function in IRDynamicChecks
556 IRDynamicChecks::~IRDynamicChecks() = default;
558 bool IRDynamicChecks::runOnModule(llvm::Module &M) { in runOnModule()
604 void IRDynamicChecks::assignPassManager(PMStack &PMS, PassManagerType T) {} in assignPassManager()
606 PassManagerType IRDynamicChecks::getPotentialPassManagerType() const { in getPotentialPassManagerType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1196 IRDynamicChecks ir_dynamic_checks(*process->GetDynamicCheckers(), in PrepareForExecution()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile200 SRCS+= Expression/IRDynamicChecks.cpp