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§
- Pcode
Error - An error raised while lowering SLEIGH p-code, with an optional source span.
Enums§
- Pcode
Error Ty - The kind of a
PcodeError.
Type Aliases§
- Pcode
Result - Shorthand for a result carrying a
PcodeError.