Skip to main content

Module error

Module error 

Source
Expand description

Errors raised while lowering and expanding SLEIGH p-code semantics.

These are SLEIGH-language errors — a malformed macro body, an unresolvable expression size — as distinct from errors about the IR a consumer builds afterwards. They carry an optional byte span into the preprocessed source.

Structs§

PcodeError
An error raised while lowering SLEIGH p-code, with an optional source span.

Enums§

PcodeErrorTy
The kind of a PcodeError.

Type Aliases§

PcodeResult
Shorthand for a result carrying a PcodeError.