Emit a .gnu_attribute directive.
Synopsis
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitGNUAttribute(
unsigned int Tag,
unsigned int Value);
Parameters
Name |
Description |
Tag |
‐ GNU attribute tag. |
Value |
‐ Integer value of the attribute. |
Created with MrDocs