Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h85 struct PartHeader { struct
86 uint8_t Name[4];
87 uint32_t Size;
89 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
90 StringRef getName() const { in getName()