Searched refs:EhFrameSection (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp108 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) {
182 if (auto *ehSec = dyn_cast<EhFrameSection>(isec)) {
H A DSyntheticSections.cpp348 EhFrameSection::EhFrameSection() function in class:EhFrameSection
355 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) {
377 bool EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) {
405 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) {
432 void EhFrameSection::addSectionAux(EhInputSection *sec) {
441 void EhFrameSection::addSection(EhInputSection *sec) {
463 void EhFrameSection::finalizeContents() {
510 std::vector<EhFrameSection::FdeData> EhFrameSection
[all...]
H A DSyntheticSections.h67 class EhFrameSection final : public SyntheticSection {
69 EhFrameSection();
1175 EhFrameSection *ehFrame;
H A DWriter.cpp464 part.ehFrame = make<EhFrameSection>();

Completed in 43 milliseconds