Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h584 bool doesZeroDirectiveSupportNonZeroValue() const { in doesZeroDirectiveSupportNonZeroValue() function
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1253 if (MAI->doesZeroDirectiveSupportNonZeroValue() || FillValue == 0) { in emitFill()