Emit a thread local bss (.tbss) symbol.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitTBSSSymbol(
MCSection* Section,
MCSymbol* Symbol,
uint64_t Size,
Align ByteAlignment = Align(1));
| Name | Description |
|---|---|
| Section | - The thread local common section. |
| Symbol | - The thread local common symbol to emit. |
| Size | - The size of the symbol. |
| ByteAlignment | - The alignment of the thread local common symbol. |