Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.h25 struct SectionPiece;
257 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
287 std::vector<SectionPiece> pieces;
300 SectionPiece *getSectionPiece(uint64_t offset);
301 const SectionPiece *getSectionPiece(uint64_t offset) const { in getSectionPiece()
DInputSection.cpp1410 SectionPiece *MergeInputSection::getSectionPiece(uint64_t offset) { in getSectionPiece()
1417 pieces, [=](SectionPiece p) { return p.inputOff <= offset; }); in getSectionPiece()
1427 const SectionPiece &piece = in getParentOffset()