Searched refs:hasMachoZeroFillDirective (Results 1 – 6 of 6) sorted by relevance
425 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
457 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
473 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
306 if (MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()336 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()
432 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in EmitGlobalVariable()
514 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in EmitGlobalVariable()