Return true if this is a BSS section kind (local, extern, or general).

Synopsis

Declared in <llvm/MC/SectionKind.h>

bool
isBSS() const;

Return Value

True if this is a BSS section kind (local, extern, or general).

Created with MrDocs