Expand description
Structs§
- Covfun
Record 🔒 - Intermediate coverage metadata for a single function, used to help build
the final record that will be embedded in the
__llvm_covfun
section.
Functions§
- fill_
region_ 🔒tables - Populates the mapping region tables in the current function’s covfun record.
- generate_
covfun_ 🔒record - Generates the contents of the covfun record for this function, which
contains the function’s coverage mapping data. The record is then stored
as a global variable in the
__llvm_covfun
section. - prepare_
covfun_ 🔒record - prepare_
expressions 🔒 - Convert the function’s coverage-counter expressions into a form suitable for FFI.