Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/GCOVProfiling/
Dfunction-numbering.ll8 ; RUN: opt -insert-gcov-profiling -S < %t2 | FileCheck --check-prefix GCDA %s
14 ; GCDA: @[[FOO:[0-9]+]] = private unnamed_addr constant [4 x i8] c"foo\00"
15 ; GCDA-NOT: @{{[0-9]+}} = private unnamed_addr constant .* c"bar\00"
16 ; GCDA: @[[BAZ:[0-9]+]] = private unnamed_addr constant [4 x i8] c"baz\00"
17 ; GCDA: define internal void @__llvm_gcov_writeout()
18 ; GCDA: call void @llvm_gcda_emit_function(i32 0, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @…
19 ; GCDA: call void @llvm_gcda_emit_function(i32 1, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @…
/external/llvm/tools/llvm-cov/
Dgcov.cpp45 std::string GCDA = InputGCDA.empty() in reportCoverage() local
63 MemoryBuffer::getFileOrSTDIN(GCDA); in reportCoverage()
66 errs() << GCDA << ": " << EC.message() << "\n"; in reportCoverage()
70 GCDA = "-"; in reportCoverage()
84 FI.print(llvm::outs(), SourceFile, GCNO, GCDA); in reportCoverage()
/external/minijail/
Dcommon.mk721 GCDA="$${GCNO%.gcno}.gcda"; \
722 if [ -e $${GCDA} ]; then \
723 FILES="$${FILES} $${GCDA}"; \
/external/modp_b64/
Dcommon.mk721 GCDA="$${GCNO%.gcno}.gcda"; \
722 if [ -e $${GCDA} ]; then \
723 FILES="$${FILES} $${GCDA}"; \
/external/clang/include/clang/Frontend/
DCodeGenOptions.def37 CODEGENOPT(CoverageNoFunctionNamesInData, 1, 0) ///< Do not include function names in GCDA files.
60 CODEGENOPT(EmitGcovArcs , 1, 0) ///< Emit coverage data files, aka. GCDA.