Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Transforms/
HDInstrumentation.h40 struct GCOVOptions { struct
41 static GCOVOptions getDefault();
68 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options = argument
69 GCOVOptions::getDefault());
/NextBSD/contrib/llvm/include/llvm/Support/
HDGCOV.h37 struct GCOVOptions { struct
38 GCOVOptions(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N) in GCOVOptions() argument
393 FileInfo(const GCOVOptions &Options) in FileInfo()
427 const GCOVOptions &Options;
/NextBSD/contrib/llvm/tools/llvm-cov/
HDgcov.cpp29 const GCOVOptions &Options) { in reportCoverage()
146 GCOVOptions Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.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;
148 ModulePass *llvm::createGCOVProfilerPass(const GCOVOptions &Options) { in createGCOVProfilerPass()
/NextBSD/contrib/llvm/lib/IR/
HDGCOV.cpp451 formatBranchInfo(const GCOVOptions &Options, uint64_t Count, uint64_t Total) in formatBranchInfo()
463 const GCOVOptions &Options;
/NextBSD/contrib/llvm/include/llvm/
HDmodule.modulemap194 // with the Analysis module (which also defines an llvm::GCOVOptions).
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDBackendUtil.cpp402 GCOVOptions Options; in CreatePasses()