Home
last modified time | relevance | path

Searched refs:GCNO (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Transforms/GCOVProfiling/
Dfunction-numbering.ll9 ; RUN: llvm-cov gcov -n -dump %T/function-numbering.gcno 2>&1 | FileCheck --check-prefix GCNO %s
21 ; GCNO: == foo (0) @
22 ; GCNO-NOT: == bar ({{[0-9]+}}) @
23 ; GCNO: == baz (1) @
/external/llvm/tools/llvm-cov/
Dgcov.cpp42 std::string GCNO = InputGCNO.empty() in reportCoverage() local
51 MemoryBuffer::getFileOrSTDIN(GCNO); in reportCoverage()
53 errs() << GCNO << ": " << EC.message() << "\n"; in reportCoverage()
84 FI.print(llvm::outs(), SourceFile, GCNO, GCDA); in reportCoverage()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def36 …PT(CoverageExtraChecksum, 1, 0) ///< Whether we need a second checksum for functions in GCNO files.
38 …xitBlockBeforeBody, 1, 0) ///< Whether to emit the exit block before the body blocks in GCNO files.
61 CODEGENOPT(EmitGcovNotes , 1, 0) ///< Emit coverage "notes" files, aka GCNO.
/external/modp_b64/
Dcommon.mk720 for GCNO in `find . -name "*.gcno"`; do \
/external/minijail/
Dcommon.mk720 for GCNO in `find . -name "*.gcno"`; do \