Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp425 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames() argument
443 ehFrameSection.subsections.push_back( in splitEhFrames()
444 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
448 ehFrameSection.doneSplitting = true; in splitEhFrames()
1031 Section *ehFrameSection = nullptr; in parse() local
1036 .Case(section_names::ehFrame, &ehFrameSection) in parse()
1043 if (ehFrameSection) in parse()
1044 registerEhFrames(*ehFrameSection); in parse()
1388 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames() argument
1390 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()
[all …]
H A DInputFiles.h203 void splitEhFrames(ArrayRef<uint8_t> dataArr, Section &ehFrameSection);
205 void registerEhFrames(Section &ehFrameSection);