Lines Matching full:mapping
1 //===---- CoverageMappingGen.h - Coverage mapping generation ----*- C++ -*-===//
10 // Instrumentation-based code coverage mapping generator
36 /// is required by the coverage mapping generator and is obtained from
51 /// code coverage mapping data.
68 /// \brief Add a function's coverage mapping record to the collection of the
69 /// function mapping records.
75 /// \brief Emit the coverage mapping data for a translation unit.
78 /// \brief Return the coverage mapping translation unit file id
84 /// code coverage mapping data.
101 /// \brief Emit the coverage mapping data which maps the regions of
106 /// \brief Emit the coverage mapping data for an unused function.
107 /// It creates mapping regions with the counter of zero.