| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
| CoverageMappingWriter.h | 1 //===- CoverageMappingWriter.h - Code coverage mapping writer ---*- C++ -*-===// 9 // This file contains support for writing coverage mapping data for 10 // instrumentation based coverage. 19 #include "llvm/ProfileData/Coverage/CoverageMapping.h" 25 namespace coverage { namespace in namespace:llvm 28 /// based code coverage. 40 /// Writer for instrumentation based coverage mapping data. 53 /// Write encoded coverage mapping data to the given output stream. 57 } // end namespace coverage
|
| CoverageMappingWriter.h | 1 //===- CoverageMappingWriter.h - Code coverage mapping writer ---*- C++ -*-===// 9 // This file contains support for writing coverage mapping data for 10 // instrumentation based coverage. 19 #include "llvm/ProfileData/Coverage/CoverageMapping.h" 25 namespace coverage { namespace in namespace:llvm 28 /// based code coverage. 40 /// Writer for instrumentation based coverage mapping data. 53 /// Write encoded coverage mapping data to the given output stream. 57 } // end namespace coverage
|
| CoverageMappingReader.h | 1 //===- CoverageMappingReader.h - Code coverage mapping reader ---*- C++ -*-===// 9 // This file contains support for reading coverage mapping data for 10 // instrumentation based coverage. 19 #include "llvm/ProfileData/Coverage/CoverageMapping.h" 30 namespace coverage { namespace in namespace:llvm 34 /// Coverage mapping information for a single function. 43 /// A file format agnostic iterator over coverage mapping data. 68 llvm_unreachable("Unexpected error in coverage mapping iterator"); 108 /// Base class for the raw coverage mapping and filenames data readers. 121 /// Checks if the given coverage mapping data is exported fo [all...] |
| CoverageMappingReader.h | 1 //===- CoverageMappingReader.h - Code coverage mapping reader ---*- C++ -*-===// 9 // This file contains support for reading coverage mapping data for 10 // instrumentation based coverage. 19 #include "llvm/ProfileData/Coverage/CoverageMapping.h" 30 namespace coverage { namespace in namespace:llvm 34 /// Coverage mapping information for a single function. 43 /// A file format agnostic iterator over coverage mapping data. 68 llvm_unreachable("Unexpected error in coverage mapping iterator"); 108 /// Base class for the raw coverage mapping and filenames data readers. 121 /// Checks if the given coverage mapping data is exported fo [all...] |
| CoverageMapping.h | 1 //===- CoverageMapping.h - Code coverage mapping support --------*- C++ -*-===// 9 // Code coverage mapping data is generated by clang and read by 10 // llvm-cov to show code coverage statistics for a file. 46 namespace coverage { namespace in namespace:llvm 341 /// Code coverage information for a single function. 415 /// Coverage information for a macro expansion or #included file. 419 /// expansions whose coverage can be looked up independently. 425 /// Coverage for the expansion. 526 /// Coverage information to be processed or displayed. 528 /// This represents the coverage of an entire file, expansion, or function. I [all...] |
| CoverageMapping.h | 1 //===- CoverageMapping.h - Code coverage mapping support --------*- C++ -*-===// 9 // Code coverage mapping data is generated by clang and read by 10 // llvm-cov to show code coverage statistics for a file. 46 namespace coverage { namespace in namespace:llvm 341 /// Code coverage information for a single function. 415 /// Coverage information for a macro expansion or #included file. 419 /// expansions whose coverage can be looked up independently. 425 /// Coverage for the expansion. 526 /// Coverage information to be processed or displayed. 528 /// This represents the coverage of an entire file, expansion, or function. I [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_activation.cc | 31 bool coverage; member in struct:__asan::AsanDeactivatedFlags 57 cf.coverage = coverage; 76 coverage = cf.coverage; 84 "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, " 90 allocator_options.may_return_null, coverage, coverage_dir, 105 asan_deactivated_flags.coverage = common_flags()->coverage;
|
| asan_activation.cc | 31 bool coverage; member in struct:__asan::AsanDeactivatedFlags 57 cf.coverage = coverage; 76 coverage = cf.coverage; 84 "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, " 90 allocator_options.may_return_null, coverage, coverage_dir, 105 asan_deactivated_flags.coverage = common_flags()->coverage;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_activation.cpp | 30 bool coverage; member in struct:__asan::AsanDeactivatedFlags 56 cf.coverage = coverage; 75 coverage = cf.coverage; 83 "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, " 89 allocator_options.may_return_null, coverage, coverage_dir, 104 asan_deactivated_flags.coverage = common_flags()->coverage;
|
| asan_activation.cpp | 30 bool coverage; member in struct:__asan::AsanDeactivatedFlags 56 cf.coverage = coverage; 75 coverage = cf.coverage; 83 "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, " 89 allocator_options.may_return_null, coverage, coverage_dir, 104 asan_deactivated_flags.coverage = common_flags()->coverage;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| CoverageFilters.h | 1 //===- CoverageFilters.h - Function coverage mapping filters --------------===// 9 // These classes provide filtering for function coverage mapping records. 23 namespace coverage { namespace in namespace:llvm 26 } // namespace coverage 34 virtual bool matches(const coverage::CoverageMapping &CM, 35 const coverage::FunctionRecord &Function) const { 52 bool matches(const coverage::CoverageMapping &CM, 53 const coverage::FunctionRecord &Function) const override; 63 bool matches(const coverage::CoverageMapping &CM, 64 const coverage::FunctionRecord &Function) const override [all...] |
| CoverageFilters.h | 1 //===- CoverageFilters.h - Function coverage mapping filters --------------===// 9 // These classes provide filtering for function coverage mapping records. 23 namespace coverage { namespace in namespace:llvm 26 } // namespace coverage 34 virtual bool matches(const coverage::CoverageMapping &CM, 35 const coverage::FunctionRecord &Function) const { 52 bool matches(const coverage::CoverageMapping &CM, 53 const coverage::FunctionRecord &Function) const override; 63 bool matches(const coverage::CoverageMapping &CM, 64 const coverage::FunctionRecord &Function) const override [all...] |
| /src/usr.bin/make/ |
| test-variants.mk | 148 # Running the code coverage using gcov took a long time on NetBSD < 10, due to 152 # with the coverage library. 158 TESTS+= coverage 159 ENV.coverage= USE_COVERAGE="yes" 160 CFLAGS.coverage= -O0 -ggdb
|
| test-variants.mk | 148 # Running the code coverage using gcov took a long time on NetBSD < 10, due to 152 # with the coverage library. 158 TESTS+= coverage 159 ENV.coverage= USE_COVERAGE="yes" 160 CFLAGS.coverage= -O0 -ggdb
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov.cc | 61 /* The gcno file is generated by -ftest-coverage option. The gcda file is 278 /* Raw arc coverage counts. */ 343 /* Describes coverage of a file or function. */ 387 coverage_info coverage; member in class:source_info 401 lines (), coverage (), maximum_count (0), functions () 927 fnotice (file, "Print code coverage information.\n\n"); 1463 = make_gcov_file_name (file_name, src->coverage.name); 1466 if (src->coverage.lines) 1503 coverage_info coverage; 1505 memset (&coverage, 0, sizeof (coverage)) 1502 coverage_info coverage; local [all...] |
| gcov.cc | 61 /* The gcno file is generated by -ftest-coverage option. The gcda file is 278 /* Raw arc coverage counts. */ 343 /* Describes coverage of a file or function. */ 387 coverage_info coverage; member in class:source_info 401 lines (), coverage (), maximum_count (0), functions () 927 fnotice (file, "Print code coverage information.\n\n"); 1463 = make_gcov_file_name (file_name, src->coverage.name); 1466 if (src->coverage.lines) 1503 coverage_info coverage; 1505 memset (&coverage, 0, sizeof (coverage)) 1502 coverage_info coverage; local [all...] |