Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h215 uint32_t PayloadSizeInBytes; member
222 sys::swapByteOrder(PayloadSizeInBytes); in swapBytes()
229 uint32_t PayloadSizeInBytes; member
231 void swapBytes() { sys::swapByteOrder(PayloadSizeInBytes); } in swapBytes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp303 IO.mapRequired("PayloadSizeInBytes", StageInfo.MS.PayloadSizeInBytes); in mapInfoForVersion()
308 IO.mapRequired("PayloadSizeInBytes", StageInfo.AS.PayloadSizeInBytes); in mapInfoForVersion()