pub fn lift_pcode(text: &str, arch: Arch) -> Result<PcodeLift, PcodeError>Expand description
Lift a pdgsd dump under arch into IR statements.
§Errors
Returns PcodeError on a parse failure or any construct outside
the sound subset; the caller treats that as “use another IR”.