Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
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.cpp53 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()
/external/clang/lib/CodeGen/
DBackendUtil.cpp413 GCOVOptions Options; in CreatePasses()