Home
last modified time | relevance | path

Searched refs:hasMachoZeroFillDirective (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h419 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp407 if (MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()
442 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()