The OpenD Programming Language

naked

Adds LLVM's "naked" attribute to a function, disabling function prologue / epilogue emission, incl. LDC's. Intended to be used in combination with a function body defined via ldc.llvmasm.__asm() and/or ldc.simd.inlineIR().

enum naked = llvmAttr("naked");

Meta