llvm::MCStreamer::emitTBSSSymbol

Emit a thread local bss (.tbss) symbol.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitTBSSSymbol(
    MCSection* Section,
    MCSymbol* Symbol,
    uint64_t Size,
    Align ByteAlignment = Align(1));

Parameters

NameDescription
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.