Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DGCOVProfiler.h23 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
27 GCOVOptions GCOVOpts;
DInstrumentation.h51 struct GCOVOptions { struct
52 static GCOVOptions getDefault();
79 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options = argument
80 GCOVOptions::getDefault());
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp54 GCOVOptions GCOVOptions::getDefault() { in getDefault()
55 GCOVOptions Options; in getDefault()
76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()
77 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler()
123 GCOVOptions Options;
139 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {} in GCOVProfilerLegacyPass()
140 GCOVProfilerLegacyPass(const GCOVOptions &Opts) in GCOVProfilerLegacyPass()
157 ModulePass *llvm::createGCOVProfilerPass(const GCOVOptions &Options) { in createGCOVProfilerPass()
/external/clang/lib/CodeGen/
DBackendUtil.cpp467 GCOVOptions Options; in CreatePasses()