OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IRDynamicChecks
(Results
1 - 2
of
2
) 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/
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
...]
Completed in 183 milliseconds