[][src]Type Definition ddbug_parser::Cfi

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.