Searched refs:GCOVOptions (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/Transforms/ |
| HD | Instrumentation.h | 40 struct GCOVOptions { struct 41 static GCOVOptions getDefault(); 68 ModulePass *createGCOVProfilerPass(const GCOVOptions &Options = argument 69 GCOVOptions::getDefault());
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | GCOV.h | 37 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/ |
| HD | gcov.cpp | 29 const GCOVOptions &Options) { in reportCoverage() 146 GCOVOptions Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | GCOVProfiling.cpp | 53 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/ |
| HD | GCOV.cpp | 451 formatBranchInfo(const GCOVOptions &Options, uint64_t Count, uint64_t Total) in formatBranchInfo() 463 const GCOVOptions &Options;
|
| /NextBSD/contrib/llvm/include/llvm/ |
| HD | module.modulemap | 194 // with the Analysis module (which also defines an llvm::GCOVOptions).
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | BackendUtil.cpp | 402 GCOVOptions Options; in CreatePasses()
|