Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1331 int64_t IntNumBytes; in emitFill() local
1332 const bool IsAbsolute = NumBytes.evaluateAsAbsolute(IntNumBytes); in emitFill()
1333 if (IsAbsolute && IntNumBytes == 0) in emitFill()
1348 for (int i = 0; i < IntNumBytes; ++i) { in emitFill()