coverage. Lowering MC/DC statements to llvm-ir
This commit is contained in:
parent
cf6b6cb2b4
commit
439dbfa1ec
6 changed files with 240 additions and 3 deletions
|
@ -1631,6 +1631,10 @@ extern "C" {
|
|||
|
||||
// Miscellaneous instructions
|
||||
pub fn LLVMRustGetInstrProfIncrementIntrinsic(M: &Module) -> &Value;
|
||||
pub fn LLVMRustGetInstrProfMCDCParametersIntrinsic(M: &Module) -> &Value;
|
||||
pub fn LLVMRustGetInstrProfMCDCTVBitmapUpdateIntrinsic(M: &Module) -> &Value;
|
||||
pub fn LLVMRustGetInstrProfMCDCCondBitmapIntrinsic(M: &Module) -> &Value;
|
||||
|
||||
pub fn LLVMRustBuildCall<'a>(
|
||||
B: &Builder<'a>,
|
||||
Ty: &'a Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue