Lines Matching defs:Instrumenter
102 /// \class Instrumenter IRDynamicChecks.cpp
110 /// The Instrumenter class implements this functionality. A client first
116 /// A subclass of Instrumenter must override InstrumentInstruction, which
119 /// A subclass of Instrumenter may override:
128 class Instrumenter {
134 Instrumenter(llvm::Module &module,
138 virtual ~Instrumenter() = default;
303 class ValidPointerChecker : public Instrumenter {
307 : Instrumenter(module, checker_function),
350 class ObjcObjectChecker : public Instrumenter {
354 : Instrumenter(module, checker_function),