Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h300 struct SectionPiece { struct
302 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece() function
312 static_assert(sizeof(SectionPiece) == 16, "SectionPiece is too big"); argument