Declarations for back-end functions that the front-end invokes.
This 'glues' either the DMC or GCC back-end to the front-end.
AsmStatement **************************************
Elems: Elems are the basic tree element. They can be either terminal elems (leaves), unary elems (left subtree exists) or binary elems (left and right subtrees exist).
See Source File _gluelayer.d Documentation: https://dlang.org/phobos/dmd_gluelayer.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/gluelayer.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Declarations for back-end functions that the front-end invokes.
This 'glues' either the DMC or GCC back-end to the front-end.