Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1014 class EhFrameHeader final : public SyntheticSection {
1016 EhFrameHeader(Ctx &);
1514 std::unique_ptr<EhFrameHeader> ehFrameHdr;
H A DSyntheticSections.cpp3710 EhFrameHeader::EhFrameHeader(Ctx &ctx) in EhFrameHeader() function in EhFrameHeader
3713 void EhFrameHeader::writeTo(uint8_t *buf) { in writeTo()
3725 void EhFrameHeader::write() { in write()
3746 size_t EhFrameHeader::getSize() const { in getSize()
3751 bool EhFrameHeader::isNeeded() const { in isNeeded()
4866 part.ehFrameHdr = std::make_unique<EhFrameHeader>(ctx); in createSyntheticSections()