Searched refs:GCOVOptions (Results 1 – 3 of 3) sorted by relevance
51 struct GCOVOptions { struct52 static GCOVOptions getDefault();79 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options = argument80 GCOVOptions::getDefault());
53 GCOVOptions GCOVOptions::getDefault() { in getDefault()54 GCOVOptions Options; in getDefault()76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()77 GCOVProfiler(const GCOVOptions &Opts) : ModulePass(ID), Options(Opts) { in GCOVProfiler()131 GCOVOptions Options;149 ModulePass *llvm::createGCOVProfilerPass(const GCOVOptions &Options) { in createGCOVProfilerPass()
413 GCOVOptions Options; in CreatePasses()