Searched refs:GCOVOptions (Results 1 – 3 of 3) sorted by relevance
22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()26 GCOVOptions GCOVOpts;
52 struct GCOVOptions { struct53 static GCOVOptions getDefault();87 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options = argument88 GCOVOptions::getDefault());
58 GCOVOptions GCOVOptions::getDefault() { in getDefault()59 GCOVOptions Options; in getDefault()80 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()81 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler()125 GCOVOptions Options;145 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {} in GCOVProfilerLegacyPass()146 GCOVProfilerLegacyPass(const GCOVOptions &Opts) in GCOVProfilerLegacyPass()176 ModulePass *llvm::createGCOVProfilerPass(const GCOVOptions &Options) { in INITIALIZE_PASS_DEPENDENCY()