Searched refs:fdeTargetFunction (Results 1 – 3 of 3) sorted by relevance
156 const Atom *ArchHandler::fdeTargetFunction(const DefinedAtom *fde) { in fdeTargetFunction() function in lld::mach_o::ArchHandler
105 virtual const Atom *fdeTargetFunction(const DefinedAtom *fde);
442 if (const Atom *function = _archHandler.fdeTargetFunction(ehFrameAtom)) in collectDwarfFrameEntries()