coverage: Add LLVM plumbing for expansion regions
This is currently unused, but paves the way for future work on expansion regions without having to worry about the FFI parts.
This commit is contained in:
parent
2947be7af8
commit
d07ef5b0e1
5 changed files with 57 additions and 7 deletions
|
@ -2019,6 +2019,8 @@ unsafe extern "C" {
|
|||
NumExpressions: size_t,
|
||||
CodeRegions: *const crate::coverageinfo::ffi::CodeRegion,
|
||||
NumCodeRegions: size_t,
|
||||
ExpansionRegions: *const crate::coverageinfo::ffi::ExpansionRegion,
|
||||
NumExpansionRegions: size_t,
|
||||
BranchRegions: *const crate::coverageinfo::ffi::BranchRegion,
|
||||
NumBranchRegions: size_t,
|
||||
MCDCBranchRegions: *const crate::coverageinfo::ffi::MCDCBranchRegion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue