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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp76 auto TrailingBytes = RecordData.drop_front(Off); local
77 S.update(TrailingBytes);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp389 const uptr TrailingBytes = (UserPtr + Size) & (PageSize - 1); local
390 if (TrailingBytes)
391 Header.SizeOrUnusedBytes = PageSize - TrailingBytes;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2586 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); local
2594 if (TrailingBytes)
2595 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes);
2604 if (TrailingBytes)
2605 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes);

Completed in 167 milliseconds