Searched refs:CodeTooLarge (Results 1 – 3 of 3) sorted by relevance
30 CodeTooLarge, enumerator55 | CodegenError::CodeTooLarge { .. } in source()69 CodegenError::CodeTooLarge => write!(f, "Code for function is too large"), in fmt()
309 return Err(CodegenError::CodeTooLarge); in ensure_unwind_offset()
1716 return Err(CodegenError::CodeTooLarge); in alloc()1724 return Err(CodegenError::CodeTooLarge); in alloc()1731 Reg::from_virtual_reg_checked(vreg).ok_or(CodegenError::CodeTooLarge) in alloc()