Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h634 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp807 if (GVKind.isBSS() && MAI->hasMachoZeroFillDirective() && in emitGlobalVariable()