Skip to main content

Module ir

Module ir 

Source

Re-exports§

pub use crate::arch::ArchConfig;
pub use crate::arch::X86_64_SYSV;

Structs§

Field
PaddingGap
SharingConflict
StructLayout
One complete struct as read from DWARF or source and enriched by analysis.

Enums§

AccessPattern
TypeInfo
The type of a single field. Recursive for nested structs.

Functions§

find_padding
Find all padding gaps between consecutive fields.
optimal_order
Return fields sorted by descending alignment then descending size (optimal order).