Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
DGCOVProfiler.h22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
26 GCOVOptions GCOVOpts;
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/
DInstrumentation.h54 struct GCOVOptions { struct
55 static GCOVOptions getDefault();
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp75 GCOVOptions GCOVOptions::getDefault() { in getDefault()
76 GCOVOptions Options; in getDefault()
95 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()
96 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) {} in GCOVProfiler()
150 GCOVOptions Options;
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DBackendUtil.cpp499 static std::optional<GCOVOptions>
505 GCOVOptions Options; in getGCOVOptions()
972 if (std::optional<GCOVOptions> Options = in RunOptimizationPipeline()