pub(crate) unsafe fn LLVMRustBundleImages<'a>(
_M: &'a Module,
_TM: &'a TargetMachine,
_device_bin: *const c_char,
) -> boolExpand description
Processes the module and writes it in an offload compatible way into a “device.bin” file. Marked as unsafe to match the real offload wrapper which is unsafe due to FFI.