Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h219 uint32_t PayloadSizeInBytes; member
226 sys::swapByteOrder(PayloadSizeInBytes); in swapBytes()
233 uint32_t PayloadSizeInBytes; member
235 void swapBytes() { sys::swapByteOrder(PayloadSizeInBytes); } in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp314 IO.mapRequired("PayloadSizeInBytes", StageInfo.MS.PayloadSizeInBytes); in mapInfoForVersion()
319 IO.mapRequired("PayloadSizeInBytes", StageInfo.AS.PayloadSizeInBytes); in mapInfoForVersion()