pub type Cfi = (Address, CfiDirective);Expand description
A CFI directive and the function offset it applies to.
Address::none() is used for directives that apply to the whole function.
pub type Cfi = (Address, CfiDirective);A CFI directive and the function offset it applies to.
Address::none() is used for directives that apply to the whole function.