Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp287 std::map<const Atom *, const Atom *> dwarfFrames; in perform() local
296 collectDwarfFrameEntries(mergedFile, dwarfFrames); in perform()
299 if (unwindLocs.empty() && dwarfFrames.empty()) in perform()
314 mergedFile, unwindLocs, personalities, dwarfFrames); in perform()
317 pruneUnusedEHFrames(mergedFile, unwindInfos, unwindLocs, dwarfFrames); in perform()
431 std::map<const Atom *, const Atom *> &dwarfFrames) { in collectDwarfFrameEntries() argument
439 dwarfFrames[function] = ehFrameAtom; in collectDwarfFrameEntries()
453 const std::map<const Atom *, const Atom *> &dwarfFrames) { in createUnwindInfoEntries() argument
465 atom, unwindLocs, personalities, dwarfFrames)); in createUnwindInfoEntries()
484 const std::map<const Atom *, const Atom *> &dwarfFrames) { in pruneUnusedEHFrames() argument
[all …]