Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/MC/
HDMCAsmInfo.h404 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp335 if (MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()
370 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) { in EmitGlobalVariable()