Searched refs:GCOVOptions (Results 1 – 4 of 4) sorted by relevance
23 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()27 GCOVOptions GCOVOpts;
51 struct GCOVOptions { struct52 static GCOVOptions getDefault();79 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options = argument80 GCOVOptions::getDefault());
54 GCOVOptions GCOVOptions::getDefault() { in getDefault()55 GCOVOptions Options; in getDefault()76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()77 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler()123 GCOVOptions Options;139 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {} in GCOVProfilerLegacyPass()140 GCOVProfilerLegacyPass(const GCOVOptions &Opts) in GCOVProfilerLegacyPass()157 ModulePass *llvm::createGCOVProfilerPass(const GCOVOptions &Options) { in createGCOVProfilerPass()
467 GCOVOptions Options; in CreatePasses()