#include "temu-c/Support/Objsys.h"
#include <stdint.h>
Go to the source code of this file.
◆ TEMU_CODE_PATTERN_IFACE_TYPE
#define TEMU_CODE_PATTERN_IFACE_TYPE "temu::CodePatternIface" |
◆ temu_PatternAction
Enumerator |
---|
tePA_Idle | Enter idle when running pattern.
|
tePA_Skip | Skip over code pattern (currently not supported)
|
tePA_Call | Call function but run code after function returns (currently not supported)
|
tePA_CallAndSkip | Call function and skip the matched instructions (currently not supported)
|
tePA_Invalid | Invalid action, do not use! Internal API use only.
|
◆ TEMU_IFACE_REFERENCE_TYPE()