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

/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp505 int64_t IntNumBytes; local
506 if (!NumBytes.evaluateAsAbsolute(IntNumBytes, getAssembler())) {
511 if (IntNumBytes <= 0) {
516 emitFill(IntNumBytes, FillValue);

Completed in 2801 milliseconds