m2isar.metamodel.utils.expr_preprocessor ======================================== .. py:module:: m2isar.metamodel.utils.expr_preprocessor .. autoapi-nested-parse:: A helper module for applying all preprocessing functions in this package to functions and instructions. Attributes ---------- .. autoapisummary:: m2isar.metamodel.utils.expr_preprocessor.logger Functions --------- .. autoapisummary:: m2isar.metamodel.utils.expr_preprocessor.process_attributes m2isar.metamodel.utils.expr_preprocessor.process_functions m2isar.metamodel.utils.expr_preprocessor.process_instructions Module Contents --------------- .. py:data:: logger .. py:function:: process_attributes(core: m2isar.metamodel.arch.CoreDef) Apply all preprocessing to memory, function and instruction attributes in `core`. .. py:function:: process_functions(core: m2isar.metamodel.arch.CoreDef) Apply all preprocessing to all functions in `core`. .. py:function:: process_instructions(core: m2isar.metamodel.arch.CoreDef) Apply all preprocessing to all instructions in `core`.