pub fn kcfi_typeid_for_fnabi<'tcx>(
    tcx: TyCtxt<'tcx>,
    fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
    options: TypeIdOptions
) -> u32
Expand description

Returns a KCFI type metadata identifier for the specified FnAbi.