dmd.backend.drtlsym

Compiler implementation of the D programming language.

Members

Aliases

FREGSAVED
alias FREGSAVED = fregsaved
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

getRtlsym
Symbol* getRtlsym(int i)

Get Symbol corresponding to i.

getRtlsymPersonality
Symbol* getRtlsymPersonality()

Get Symbol corresponding to Dwarf "personality" function.

rtlsym_init
void rtlsym_init()

Initialize rtl symbols.

rtlsym_reset
void rtlsym_reset()

Reset the symbols for the case when we are generating multiple .OBJ files from one compile.

rtlsym_term
void rtlsym_term()

Manifest constants

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

Static variables

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

Meta