ConstructTpl |
Placeholder for what resolves to a list of PcodeOps and
a FixedHandle.
|
ConstTpl |
A placeholder for what will resolve to a field of a Varnode
(an AddressSpace or integer offset or integer size)
given a particular InstructionContext
|
HandleTpl |
Placeholder that resolves for a specific InstructionContext into
a FixedHandle representing the semantic value of a Constructor
|
OpTpl |
Placeholder for what will resolve to a PcodeOp
for a specific InstructionContext
|
VarnodeTpl |
Placeholder for what will resolve to a Varnode instance given
a specific InstructionContext
|