Directive that emits a run of zero (or fill) bytes.
Declared in <llvm/MC/MCAsmInfo.h>
char const* ZeroDirective = "\t.zero\t";
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"