View source code
Display the source code in dmd/backend/cg.d from which thispage was generated on github.
Report a bug
If you spot a problem with this page, click here to create aBugzilla 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 usinglocal 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 ulong GLOBALS /////////////////////
flinsymtab bool[37] Is fl in the symbol table?
FLOATREGS ulong GLOBALS /////////////////////
FLOATREGS2 ulong GLOBALS /////////////////////
framehandleroffset ulong GLOBALS /////////////////////
fregsaved ulong 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