FunctionTableEntry Class

Definition

Line 52 of cmsxo/Debug.cm

Constructors & Destructor

public nothrow FunctionTableEntry(ulong start_, ulong length_, ulong mangledNameAddress_, ulong fullNameAddress_, ulong sourceFileNameAddress_, ulong lineNumberTableStartAddress_, ulong lineNumberTableEndAddress_, ulong exceptionTableAddress_)

Member Variables

public ulong exceptionTableAddress
public ulong fullNameAddress
public ulong length
public ulong lineNumberTableEndAddress
public ulong lineNumberTableStartAddress
public ulong mangledNameAddress
public ulong sourceFileNameAddress
public ulong start

Constructor& Destructor Details

FunctionTableEntry Constructor

public nothrow FunctionTableEntry(ulong start_, ulong length_, ulong mangledNameAddress_, ulong fullNameAddress_, ulong sourceFileNameAddress_, ulong lineNumberTableStartAddress_, ulong lineNumberTableEndAddress_, ulong exceptionTableAddress_)

Definition
Line 54 of cmsxo/Debug.cm