Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ModulePass

70   class GCOVProfiler : public ModulePass {
73 GCOVProfiler() : ModulePass(ID), Options(GCOVOptions::getDefault()) {
76 GCOVProfiler(const GCOVOptions &Options) : ModulePass(ID), Options(Options){
150 ModulePass *llvm::createGCOVProfilerPass(const GCOVOptions &Options) {