Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp76 HasMachoZeroFillDirective = true; // Uses .zerofill in MCAsmInfoDarwin()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h90 bool HasMachoZeroFillDirective = false; variable
621 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; } in hasMachoZeroFillDirective()