Lines Matching refs:unwindLocs
286 std::map<const Atom *, CompactUnwindEntry> unwindLocs; in perform() local
293 collectCompactUnwindEntries(mergedFile, unwindLocs, personalities, 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()
362 std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in collectCompactUnwindEntries() argument
371 unwindLocs.insert(std::make_pair(unwindEntry.rangeStart, unwindEntry)); in collectCompactUnwindEntries()
451 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in createUnwindInfoEntries() argument
465 atom, unwindLocs, personalities, dwarfFrames)); in createUnwindInfoEntries()
483 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in pruneUnusedEHFrames() argument
498 if (!unwindLocs.count(entry.first)) in pruneUnusedEHFrames()
525 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in finalizeUnwindInfoEntryForAtom() argument
528 auto unwindLoc = unwindLocs.find(function); in finalizeUnwindInfoEntryForAtom()
531 if (unwindLoc == unwindLocs.end()) { in finalizeUnwindInfoEntryForAtom()