Home
last modified time | relevance | path

Searched refs:cies (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp422 cies = eh->cies; in OffsetGetter()
424 i = cies.begin(); in OffsetGetter()
433 if (cies.empty()) in get()
440 while (i != cies.end() && i->inputOff <= off) in get()
442 if (i == cies.begin() || i[-1].inputOff + i[-1].size <= off) in get()
454 ArrayRef<EhSectionPiece> cies, fdes; member in __anon400d48340111::OffsetGetter
H A DMarkLive.cpp152 for (const EhSectionPiece &cie : eh.cies) in scanEhFrameSection()
H A DInputSection.cpp1330 (id == 0 ? cies : fdes).emplace_back(off, this, size, firstRel); in split()
1344 cies, [=](EhSectionPiece p) { return p.inputOff <= offset; }); in getParentOffset()
1345 if (it == cies.begin()) // invalid piece in getParentOffset()
H A DInputSection.h387 SmallVector<EhSectionPiece, 0> cies, fdes; variable
H A DSyntheticSections.cpp439 for (EhSectionPiece &cie : sec->cies) in addRecords()
472 for (EhSectionPiece &cie : sec.cies) in iterateFDEWithLSDAAux()