Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:zerofill

396       // .zerofill __DATA, __bss, _foo, 400, 5
426 // Handle the zerofill directive on darwin, which is a special form of BSS
429 if (Size == 0) Size = 1; // zerofill of 0 bytes is undefined.
433 // .zerofill __DATA, __common, _foo, 400, 5