Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.cpp155 const Atom *ArchHandler::fdeTargetFunction(const DefinedAtom *fde) { in fdeTargetFunction() function in lld::mach_o::ArchHandler
H A DArchHandler.h104 virtual const Atom *fdeTargetFunction(const DefinedAtom *fde);
H A DCompactUnwindPass.cpp438 if (const Atom *function = _archHandler.fdeTargetFunction(ehFrameAtom)) in collectDwarfFrameEntries()