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.h93 struct PartHeader { struct
94 uint8_t Name[4];
95 uint32_t Size;
97 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
98 StringRef getName() const { in getName()