llvm-cov: Implement the preserve-paths flag
[oota-llvm.git] / test / tools / llvm-cov / Inputs / test_-f.output
1 Function '_ZN1A1BEv'
2 Lines executed:100.00% of 1
3
4 Function '_Z7uselessv'
5 Lines executed:0.00% of 1
6
7 Function '_Z12more_uselessv'
8 Lines executed:0.00% of 1
9
10 Function '_Z3foov'
11 Lines executed:100.00% of 2
12
13 Function '_Z3barv'
14 Lines executed:0.00% of 2
15
16 Function '_Z6assignii'
17 Lines executed:100.00% of 3
18
19 Function '_Z15initialize_gridv'
20 Lines executed:100.00% of 4
21
22 Function 'main'
23 Lines executed:91.67% of 24
24
25 Function '_ZN1AC1Ev'
26 Lines executed:100.00% of 1
27
28 Function '_ZN1AC2Ev'
29 Lines executed:100.00% of 1
30
31 File 'test.cpp'
32 Lines executed:84.21% of 38
33 test.cpp:creating 'test.cpp.gcov'
34
35 File './test.h'
36 Lines executed:100.00% of 1
37 ./test.h:creating 'test.h.gcov'
38