Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp405 ehFrameSection.subsections.push_back( in splitEhFrames()
406 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
410 ehFrameSection.doneSplitting = true; in splitEhFrames()
1121 Section *ehFrameSection = nullptr; in parse() local
1126 .Case(section_names::ehFrame, &ehFrameSection) in parse()
1133 if (ehFrameSection) in parse()
1134 registerEhFrames(*ehFrameSection); in parse()
1467 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames() argument
1469 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()
1511 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
[all …]
H A DInputFiles.h195 void splitEhFrames(ArrayRef<uint8_t> dataArr, Section &ehFrameSection);
197 void registerEhFrames(Section &ehFrameSection);