Home
last modified time | relevance | path

Searched refs:GCOVOpts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DGCOVProfiler.h22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts() function
26 GCOVOptions GCOVOpts;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp575 GCOVProfiler Profiler(GCOVOpts); in run()