llvm::SectionKind::isGlobalWriteableData

Return true if this is global writable data (BSS, common, data, or rel).

Synopsis

Declared in <llvm/MC/SectionKind.h>

bool
isGlobalWriteableData() const;

Return Value

True if this is global writable data (BSS, common, data, or rel).