W3cubDocs

/D

dmd.dmsc

Compiler implementation of the D programming language.

Authors:
Walter Bright
License:
Boost License 1.0
Source
dmsc.d
Documentation
https://dlang.org/phobos/dmd_dmsc.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/dmsc.d
void backend_init();

Initialize config variables.

targ_size_t _align(targ_size_t size, targ_size_t offset);

Return aligned 'offset' if it is of size 'size'.

targ_size_t size(tym_t ty);

Get size of ty

Symbol* symboldata(targ_size_t offset, tym_t ty);

Generate symbol of type ty at DATA:offset

void backend_term();

© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/dmd_dmsc.html