pub unsafe extern "C" fn lto_module_get_num_asm_undef_symbols(
mod_: lto_module_t,
) -> c_uintExpand description
Returns the number of asm undefined symbols in the object module.
Available since before LTO API version 30.
pub unsafe extern "C" fn lto_module_get_num_asm_undef_symbols(
mod_: lto_module_t,
) -> c_uintReturns the number of asm undefined symbols in the object module.
Available since before LTO API version 30.