Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.h257 struct SectionPiece { struct
258 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece() function
267 static_assert(sizeof(SectionPiece) == 16, "SectionPiece is too big"); argument