Lines Matching +full:data +full:- +full:mapping
1 //===---- CoverageMappingGen.h - Coverage mapping generation ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Instrumentation-based code coverage mapping generator
11 //===----------------------------------------------------------------------===//
65 /// is required by the coverage mapping generator and is obtained from
103 /// Organizes the cross-function state that is used while generating
104 /// code coverage mapping data.
136 /// Add a function's coverage mapping record to the collection of the
137 /// function mapping records.
144 /// Emit the coverage mapping data for a translation unit.
147 /// Return the coverage mapping translation unit file id
155 /// Organizes the per-function state that is used while generating
156 /// code coverage mapping data.
177 /// Emit the coverage mapping data which maps the regions of
182 /// Emit the coverage mapping data for an unused function.
183 /// It creates mapping regions with the counter of zero.