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().
See Source File
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().