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