Home | History | Annotate | only in /external/llvm/test/tools/llvm-cov/Inputs
Up to higher level directory
NameDateSize
copy_block_helper.gcda05-Aug-2015432
copy_block_helper.gcno05-Aug-20151.1K
range_based_for.gcda05-Aug-2015164
range_based_for.gcno05-Aug-2015552
README05-Aug-2015247
test.cpp05-Aug-20151K
test.gcda05-Aug-2015904
test.gcno05-Aug-20153.5K
test.h05-Aug-201534
test_-a.cpp.gcov05-Aug-20153.1K
test_-a.h.gcov05-Aug-2015277
test_-a_-b.cpp.gcov05-Aug-20153.9K
test_-a_-b.h.gcov05-Aug-2015403
test_-a_-b_-c_-u.cpp.gcov05-Aug-20154.6K
test_-a_-b_-c_-u.h.gcov05-Aug-2015453
test_-a_-b_-u.cpp.gcov05-Aug-20154.6K
test_-a_-b_-u.h.gcov05-Aug-2015459
test_-b.output05-Aug-2015251
test_-b_-f.output05-Aug-20151K
test_-f.output05-Aug-2015664
test_file_checksum_fail.gcda05-Aug-2015825
test_func_checksum_fail.gcda05-Aug-2015825
test_long_file_names.output05-Aug-2015276
test_long_paths.output05-Aug-2015334
test_missing.cpp.gcov05-Aug-20151.9K
test_missing.h.gcov05-Aug-2015202
test_missing.output05-Aug-2015244
test_no_gcda.cpp.gcov05-Aug-20152.3K
test_no_gcda.h.gcov05-Aug-2015219
test_no_gcda.output05-Aug-2015153
test_no_options.cpp.gcov05-Aug-20152.3K
test_no_options.h.gcov05-Aug-2015227
test_no_options.output05-Aug-2015156
test_no_output.output05-Aug-201590
test_no_preserve_paths.output05-Aug-2015244
test_objdir.cpp.gcov05-Aug-20152.3K
test_objdir.h.gcov05-Aug-2015241
test_paths.cpp.gcov05-Aug-20152.4K
test_paths.gcda05-Aug-2015904
test_paths.gcno05-Aug-20154.4K
test_paths.h.gcov05-Aug-2015260
test_preserve_paths.output05-Aug-2015284
test_read_fail.gcno05-Aug-201571

README

      1 These inputs were pre-generated to allow for easier testing of llvm-cov.
      2 
      3 test.gcno and test.gcda were create by running clang:
      4   clang++ -g -ftest-coverage -fprofile-arcs test.cpp
      5 
      6 test.cpp.gcov was created by running gcov 4.2.1:
      7   gcov test.cpp
      8