Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h688 bool doesZeroDirectiveSupportNonZeroValue() const { in doesZeroDirectiveSupportNonZeroValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1327 if (MAI->doesZeroDirectiveSupportNonZeroValue() || FillValue == 0) { in emitFill()