Emit the ELF note section that identifies an LFI object file.
Synopsis
Declared in <llvm/MC/MCLFI.h>
void
emitLFINoteSection(
MCStreamer& Streamer,
MCContext& Ctx);
Parameters
Name |
Description |
Streamer |
‐ Streamer used to emit the note section. |
Ctx |
‐ Assembler context used to create the note section. |
Created with MrDocs