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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp76 auto TrailingBytes = RecordData.drop_front(Off); local
77 S.update(TrailingBytes);
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2539 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); local
2547 if (TrailingBytes)
2548 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes);
2557 if (TrailingBytes)
2558 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes);

Completed in 129 milliseconds