1
Fork 0

coverage. Lowering MC/DC statements to llvm-ir

This commit is contained in:
zhuyunxing 2024-04-19 10:58:16 +08:00 committed by Deltalice
parent cf6b6cb2b4
commit 439dbfa1ec
6 changed files with 240 additions and 3 deletions

View file

@ -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,