Expand description
Structs§
- Intermediate coverage metadata for a single function, used to help build the final record that will be embedded in the
__llvm_covfun
section.
Functions§
- Populates the mapping region tables in the current function’s 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. - Convert the function’s coverage-counter expressions into a form suitable for FFI.