Function
LLVMRustBuildCall
(
B: &Builder<'a>,
Fn: &'a Value,
Args: *const &'a Value,
NumArgs: c_uint,
Bundle: Option<&OperandBundleDef<'a>>,
)
Source from the content-addressed store, hash-verified
| 575 | } |
| 576 | |
| 577 | pub(crate) unsafe fn LLVMRustBuildCall<'a>( |
| 578 | B: &Builder<'a>, |
| 579 | Fn: &'a Value, |
| 580 | Args: *const &'a Value, |
| 581 | NumArgs: c_uint, |
| 582 | Bundle: Option<&OperandBundleDef<'a>>, |
| 583 | ) -> &'a Value { |
| 584 | __LLVMRustBuildCall(B, Fn, Args, NumArgs, Bundle, unnamed()) |
| 585 | } |
| 586 | |
| 587 | /// LLVMRustCodeGenOptLevel |
| 588 | #[derive(Copy, Clone, PartialEq)] |
Tested by
no test coverage detected