Package ghidra.pcode.emu.jit.gen.var
package ghidra.pcode.emu.jit.gen.var
-
ClassDescriptionThe generator for a constant value.The generator for a direct memory variable.The generator that is forbidden from actually generating.The generator for a local variable that is input to the passage.The generator for a local variable that is defined within the passage.LocalVarGen<V extends JitVarnodeVar>The generator for local variable access.The generator for a memory output variable.MemoryVarGen<V extends JitVarnodeVar>The generator for memory variables.The generator for a missing (local) variable.The generator for a subpiece of a direct memory variableThe generator for a subpiece of a local variable that is input to the passage.The generator for a subpiece of a local variable that is defined within the passage.SubLocalVarGen<V extends JitVarnodeVar>A generator for a subpiece of a local variableThe generator for a subpiece of a memory output variable.SubMemoryVarGen<V extends JitVarnodeVar>A generator for a subpiece of a memory variableThe bytecode generator for a specific value (operand) access.The bytecode generator for a specific use-def variable (operand) accessVarGen.BlockTransition<THIS extends JitCompiledPassage>A means to emit bytecode on transitions between
blocksThe generator for a (whole) direct memory variable.The generator for a (whole) local variable that is input to the passage.The generator for a (whole) local variable that is defined within the passage.The generator for a (whole) memory output variable.