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
12 ; RUN: opt -passes=insert-gcov-profiling -S < %t2 | FileCheck --check-prefix GCDA %s
18 ; GCDA: @[[FOO:[0-9]+]] = private unnamed_addr constant [4 x i8] c"foo\00"
19 ; GCDA-NOT: @{{[0-9]+}} = private unnamed_addr constant .* c"bar\00"
20 ; GCDA: @[[BAZ:[0-9]+]] = private unnamed_addr constant [4 x i8] c"baz\00"
21 ; GCDA: define internal void @__llvm_gcov_writeout()
22 ; GCDA: call void @llvm_gcda_emit_function(i32 0, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @…
23 ; GCDA: call void @llvm_gcda_emit_function(i32 1, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @…
/external/llvm/tools/llvm-cov/
Dgcov.cpp42 std::string GCDA = InputGCDA.empty() in reportCoverage() local
60 MemoryBuffer::getFileOrSTDIN(GCDA); in reportCoverage()
63 errs() << GCDA << ": " << EC.message() << "\n"; in reportCoverage()
67 GCDA = "-"; in reportCoverage()
81 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.def40 CODEGENOPT(CoverageNoFunctionNamesInData, 1, 0) ///< Do not include function names in GCDA files.
64 CODEGENOPT(EmitGcovArcs , 1, 0) ///< Emit coverage data files, aka. GCDA.