dmd.backend.cg

Various global symbols.

Compiler implementation of the D programming language.

Members

Static variables

BPRM
int BPRM;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DOUBLEREGS
regm_t DOUBLEREGS;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
FLOATREGS
regm_t FLOATREGS;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
FLOATREGS2
regm_t FLOATREGS2;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
STACKALIGN
int STACKALIGN;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
TARGET_STACKALIGN
int TARGET_STACKALIGN;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
cseg
int cseg;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
datafl
bool[FLMAX] datafl;

Is fl data?

flinsymtab
bool[FLMAX] flinsymtab;

Is fl in the symbol table?

framehandleroffset
targ_size_t framehandleroffset;

////////////////// GLOBALS /////////////////////

fregsaved
regm_t fregsaved;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
localgot
Symbol* localgot;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
localgotoffset
targ_size_t localgotoffset;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
localsize
targ_size_t localsize;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
segfl
ubyte[FLMAX] segfl;

What segment register is associated with it?

stackfl
bool[FLMAX] stackfl;

Is fl on the stack?

tls_get_addr_sym
Symbol* tls_get_addr_sym;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta