Home
last modified time | relevance | path

Searched defs:PartHeader (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h98 struct PartHeader { struct
99 uint8_t Name[4];
100 uint32_t Size;
102 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
103 StringRef getName() const { in getName()