Home
last modified time | relevance | path

Searched refs:EhSectionPiece (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lld/ELF/
DEhFrame.h17 struct EhSectionPiece;
20 uint8_t getFdeEncoding(EhSectionPiece *p);
21 bool hasLSDA(const EhSectionPiece &p);
DMapFile.cpp110 std::vector<EhSectionPiece> pieces; in printEhFrame()
112 auto add = [&](const EhSectionPiece &p) { in printEhFrame()
115 EhSectionPiece &last = pieces.back(); in printEhFrame()
128 for (const EhSectionPiece *fde : rec->fdes) in printEhFrame()
134 for (EhSectionPiece &p : pieces) { in printEhFrame()
DEhFrame.cpp153 uint8_t elf::getFdeEncoding(EhSectionPiece *p) { in getFdeEncoding()
157 bool elf::hasLSDA(const EhSectionPiece &p) { in hasLSDA()
DInputSection.h312 struct EhSectionPiece { struct
313 EhSectionPiece(size_t off, InputSectionBase *sec, uint32_t size, in EhSectionPiece() function
340 std::vector<EhSectionPiece> pieces; argument
DSyntheticSections.h63 EhSectionPiece *cie = nullptr;
64 std::vector<EhSectionPiece *> fdes;
111 CieRecord *addCie(EhSectionPiece &piece, ArrayRef<RelTy> rels);
114 Defined *isFdeLive(EhSectionPiece &piece, ArrayRef<RelTy> rels);
DMarkLive.cpp148 EhSectionPiece &piece = eh.pieces[i]; in scanEhFrameSection()
DSyntheticSections.cpp354 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
376 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
406 for (EhSectionPiece &piece : sec->pieces) { in addRecords()
456 for (EhSectionPiece &piece : sec.pieces) { in iterateFDEWithLSDAAux()
536 for (EhSectionPiece *fde : rec->fdes) { in finalizeContents()
561 for (EhSectionPiece *fde : rec->fdes) { in getFdeData()
626 for (EhSectionPiece *fde : rec->fdes) { in writeTo()
DRelocations.cpp1039 ArrayRef<EhSectionPiece> pieces;