Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h491 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp535 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in EmitGlobalVariable()