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.cpp427 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames() argument
445 ehFrameSection.subsections.push_back( in splitEhFrames()
446 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
450 ehFrameSection.doneSplitting = true; in splitEhFrames()
1033 Section *ehFrameSection = nullptr; in parse() local
1038 .Case(section_names::ehFrame, &ehFrameSection) in parse()
1045 if (ehFrameSection) in parse()
1046 registerEhFrames(*ehFrameSection); in parse()
1390 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames() argument
1392 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); in classof()