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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DEhFrame.h17 struct EhSectionPiece;
20 uint8_t getFdeEncoding(EhSectionPiece *p);
H A DMapFile.cpp109 std::vector<EhSectionPiece> pieces;
111 auto add = [&](const EhSectionPiece &p) {
114 EhSectionPiece &last = pieces.back();
127 for (const EhSectionPiece *fde : rec->fdes)
133 for (EhSectionPiece &p : pieces) {
H A DInputSection.h312 struct EhSectionPiece { struct in namespace:lld::elf
313 EhSectionPiece(size_t off, InputSectionBase *sec, uint32_t size, function in struct:lld::elf::EhSectionPiece
340 std::vector<EhSectionPiece> pieces;
H A DEhFrame.cpp151 uint8_t elf::getFdeEncoding(EhSectionPiece *p) {
H A DSyntheticSections.h62 EhSectionPiece *cie = nullptr;
63 std::vector<EhSectionPiece *> fdes;
105 CieRecord *addCie(EhSectionPiece &piece, ArrayRef<RelTy> rels);
108 bool isFdeLive(EhSectionPiece &piece, ArrayRef<RelTy> rels);
H A DMarkLive.cpp139 EhSectionPiece &piece = eh.pieces[i];
H A DSyntheticSections.cpp355 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) {
377 bool EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) {
407 for (EhSectionPiece &piece : sec->pieces) {
492 for (EhSectionPiece *fde : rec->fdes) {
517 for (EhSectionPiece *fde : rec->fdes) {
582 for (EhSectionPiece *fde : rec->fdes) {
H A DRelocations.cpp1021 ArrayRef<EhSectionPiece> pieces;

Completed in 189 milliseconds