Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h83 struct PartHeader { struct
84 uint8_t Name[4];
85 uint32_t Size;
87 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
88 StringRef getName() const { in getName()