Directive that emits a run of zero (or fill) bytes.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

char const* ZeroDirective = "\t.zero\t";

Description

This should be set to the directive used to get some number of zero (and non‐zero if supported by the directive) bytes emitted to the current section. Common cases are "t.zerot" and "t.spacet". Defaults to "t.zerot"

Created with MrDocs