View source code
Display the source code in dmd/backend/cg.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Module dmd.backend.cg

Various global symbols.

Compiler implementation of the D programming language.

Global variables

NameTypeDescription
BPRM int GLOBALS /////////////////////
cseg int GLOBALS /////////////////////
datafl bool[37] Is fl data?
DOUBLEREGS uint GLOBALS /////////////////////
flinsymtab bool[37] Is fl in the symbol table?
FLOATREGS uint GLOBALS /////////////////////
FLOATREGS2 uint GLOBALS /////////////////////
framehandleroffset ulong GLOBALS /////////////////////
fregsaved uint GLOBALS /////////////////////
localgot dmd.backend.cc.Symbol* GLOBALS /////////////////////
localgotoffset ulong GLOBALS /////////////////////
localsize ulong GLOBALS /////////////////////
segfl ubyte[37] What segment register is associated with it?
STACKALIGN int GLOBALS /////////////////////
stackfl bool[37] Is fl on the stack?
TARGET_STACKALIGN int GLOBALS /////////////////////
tls_get_addr_sym dmd.backend.cc.Symbol* GLOBALS /////////////////////

Authors

Walter Bright

License

Boost License 1.0