Home
last modified time | relevance | path

Searched refs:GCOVOptions (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DGCOVProfiler.h22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
26 GCOVOptions GCOVOpts;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h52 struct GCOVOptions { struct
53 static GCOVOptions getDefault();
87 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options = argument
88 GCOVOptions::getDefault());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp58 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()