HomeSort by relevance Sort by last modified time
    Searched refs:IRDynamicChecks (Results 1 - 4 of 4) sorted by null

  /external/lldb/include/lldb/Expression/
IRDynamicChecks.h 1 //===-- IRDynamicChecks.h ---------------------------------------------*- C++ -*-===//
36 /// @class DynamicCheckerFunctions IRDynamicChecks.h "lldb/Expression/IRDynamicChecks.h"
46 /// makes it available to IRDynamicChecks to use.
85 /// @class IRDynamicChecks IRDynamicChecks.h "lldb/Expression/IRDynamicChecks.h"
92 /// IRDynamicChecks adds calls to the functions in DynamicCheckerFunctions
95 class IRDynamicChecks : public llvm::ModulePass
111 IRDynamicChecks (DynamicCheckerFunctions &checker_functions
    [all...]
  /external/lldb/source/Expression/
Android.mk 30 IRDynamicChecks.cpp \
IRDynamicChecks.cpp 1 //===-- IRDynamicChecks.cpp -------------------------------------------*- C++ -*-===//
10 #include "lldb/Expression/IRDynamicChecks.h"
109 /// @class Instrumenter IRDynamicChecks.cpp
585 IRDynamicChecks::IRDynamicChecks(DynamicCheckerFunctions &checker_functions,
593 IRDynamicChecks::~IRDynamicChecks()
598 IRDynamicChecks::runOnModule(llvm::Module &M)
650 IRDynamicChecks::assignPassManager(PMStack &PMS,
656 IRDynamicChecks::getPotentialPassManagerType() cons
    [all...]
ClangExpressionParser.cpp 24 #include "lldb/Expression/IRDynamicChecks.h"
574 IRDynamicChecks ir_dynamic_checks(*process->GetDynamicCheckers(), function_name.AsCString());

Completed in 581 milliseconds