Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.h156 struct SectionPiece { struct
157 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece() argument
166 static_assert(sizeof(SectionPiece) == 16, "SectionPiece is too big"); argument
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.h257 struct SectionPiece { struct
259 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece() function
268 static_assert(sizeof(SectionPiece) == 16, "SectionPiece is too big"); argument