Home
last modified time | relevance | path

Searched refs:EhFrame (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMapFile.cpp129 for (const CieRecord *Rec : In.EhFrame->getCieRecords()) { in printEhFrame()
185 if (IS == In.EhFrame) { in writeMapFile()
H A DCMakeLists.txt29 EhFrame.cpp
H A DWriter.cpp161 In.EhFrame->addSection<ELFT>(ES); in combineEhFrameSections()
430 In.EhFrame = make<EhFrameSection>(); in createSyntheticSections()
431 Add(In.EhFrame); in createSyntheticSections()
943 for (EhInputSection *ES : In.EhFrame->Sections) in forEachRelSec()
1657 finalizeSynthetic(In.EhFrame); in finalizeSections()
2008 if (!In.EhFrame->empty() && In.EhFrameHdr && In.EhFrame->getParent() && in createPhdrs()
H A DSyntheticSections.cpp2672 std::vector<FdeData> Fdes = In.EhFrame->getFdeData(); in writeTo()
2678 write32(Buf + 4, In.EhFrame->getParent()->Addr - this->getVA() - 4); in writeTo()
2691 return 12 + In.EhFrame->NumFdes * 8; in getSize()
2694 bool EhFrameHeader::empty() const { return In.EhFrame->empty(); } in empty()
H A DSyntheticSections.h1004 EhFrameSection *EhFrame; member
/freebsd-12.1/usr.bin/clang/lld/
H A DMakefile51 SRCS+= ELF/EhFrame.cpp