Home
last modified time | relevance | path

Searched refs:ehFrame (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp100 .Case(section_names::ehFrame, std::numeric_limits<int>::max()) in sectionOrder()
H A DConcatOutputSection.cpp412 isec->getName() != section_names::ehFrame) in getOrCreateForInput()
H A DInputSection.h328 constexpr const char ehFrame[] = "__eh_frame"; variable
H A DInputSection.cpp401 return isec->getName() == section_names::ehFrame && in isEhFrameSection()
H A DUnwindInfoSection.cpp360 if (d->unwindEntry()->getName() == section_names::ehFrame) { in relocateCompactUnwind()
H A DInputFiles.cpp394 } else if (name == section_names::ehFrame && in parseSections()
1038 .Case(section_names::ehFrame, &ehFrameSection) in parse()
H A DWriter.cpp1034 if (osec->name == section_names::ehFrame && in createOutputSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp484 part.ehFrame->iterateFDEWithLSDA<ELFT>( in run()
H A DSyntheticSections.cpp3636 SmallVector<FdeData, 0> fdes = getPartition().ehFrame->getFdeData(); in write()
3643 getPartition().ehFrame->getParent()->addr - this->getVA() - 4); in write()
3656 return 12 + getPartition().ehFrame->numFdes * 8; in getSize()
3660 return isLive() && getPartition().ehFrame->isNeeded(); in isNeeded()
3964 EhFrameSection &eh = *sec->getPartition().ehFrame; in combineEhSections()
4798 part.ehFrame = std::make_unique<EhFrameSection>(); in createSyntheticSections()
4799 add(*part.ehFrame); in createSyntheticSections()
H A DWriter.cpp1769 finalizeSynthetic(part.ehFrame.get()); in finalizeSections()
2291 if (part.ehFrame->isNeeded() && part.ehFrameHdr && in createPhdrs()
2292 part.ehFrame->getParent() && part.ehFrameHdr->getParent()) in createPhdrs()
H A DSyntheticSections.h1460 std::unique_ptr<EhFrameSection> ehFrame; member
H A DRelocations.cpp1665 for (EhInputSection *sec : part.ehFrame->sections) in scanRelocations()