Executable public class Executable Documentation Code public List<BaseFunction> Functions { get; } public IReadOnlyList<CompiledVariable> Globals { get; } public MachineInfo MachineInfo { get; } public Executable(MachineInfo machineInfo) public CompiledVariable AddGlobal(string name, CType type) public Value GetConstantMemory(string stringConstant)