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

/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp72 SetBufferSize(GOFF::PayloadLength);
81 if (size_t Gap = (RemainingSize % GOFF::PayloadLength))
82 RemainingSize += GOFF::PayloadLength - Gap;
111 size_t Bytes = RemainingSize % GOFF::PayloadLength;
112 return Bytes ? Bytes : GOFF::PayloadLength;
147 if (!(RemainingSize % GOFF::PayloadLength)) {
221 GW.makeNewRecord(GOFF::RT_HDR, GOFF::PayloadLength);
249 GW.makeNewRecord(GOFF::RT_END, GOFF::PayloadLength);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h30 constexpr uint8_t PayloadLength = 77; member in namespace:llvm::GOFF
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp451 DataLength -= SliceLength, Slice += GOFF::PayloadLength) {
460 SliceLength = std::min(DataLength, (uint16_t)GOFF::PayloadLength);
/freebsd-current/stand/efi/include/
H A Defiip.h393 UINT16 PayloadLength; member in struct:_EFI_IP6_HEADER

Completed in 108 milliseconds