Searched refs:GCNO (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 38 std::string GCNO = InputGCNO.empty() in reportCoverage() local 49 MemoryBuffer::getFileOrSTDIN(GCNO, /*IsText=*/false, in reportCoverage() 52 errs() << GCNO << ": " << EC.message() << "\n"; in reportCoverage() 82 gcovOneInput(Options, SourceFile, GCNO, GCDA, GF); in reportCoverage()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 152 enum class GCovFileType { GCNO, GCDA }; enumerator 563 bool Notes = OutputType == GCovFileType::GCNO; in mangleName() 988 raw_fd_ostream out(mangleName(CU, GCovFileType::GCNO), EC, in emitProfileNotes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 88 CODEGENOPT(EmitGcovNotes , 1, 0) ///< Emit coverage "notes" files, aka GCNO.
|