Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DCompactUnwindPass.cpp436 for (const DefinedAtom *ehFrameAtom : mergedFile.defined()) { in collectDwarfFrameEntries() local
437 if (ehFrameAtom->contentType() != DefinedAtom::typeCFI) in collectDwarfFrameEntries()
439 if (ArchHandler::isDwarfCIE(_isBig, ehFrameAtom)) in collectDwarfFrameEntries()
442 if (const Atom *function = _archHandler.fdeTargetFunction(ehFrameAtom)) in collectDwarfFrameEntries()
443 dwarfFrames[function] = ehFrameAtom; in collectDwarfFrameEntries()