Home | History | Annotate | Download | only in Expression

Lines Matching full:instrumenter

109 /// @class Instrumenter IRDynamicChecks.cpp
117 /// The Instrumenter class implements this functionality. A client first
123 /// A subclass of Instrumenter must override InstrumentInstruction, which
126 /// A subclass of Instrumenter may override:
136 class Instrumenter {
144 Instrumenter (llvm::Module &module,
152 virtual~Instrumenter ()
343 class ValidPointerChecker : public Instrumenter
348 Instrumenter(module, checker_functions),
412 class ObjcObjectChecker : public Instrumenter
417 Instrumenter(module, checker_functions),