Searched refs:unwindInfos (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DCompactUnwindPass.cpp313 std::vector<CompactUnwindEntry> unwindInfos = createUnwindInfoEntries( variable
317 pruneUnusedEHFrames(mergedFile, unwindInfos, unwindLocs, dwarfFrames);
327 auto remainingInfos = llvm::makeArrayRef(unwindInfos);
454 std::vector<CompactUnwindEntry> unwindInfos; local
464 unwindInfos.push_back(finalizeUnwindInfoEntryForAtom(
469 << llvm::format("0x%08x", unwindInfos.back().encoding)
473 return unwindInfos;
482 const std::vector<CompactUnwindEntry> &unwindInfos,
491 for (auto &entry : unwindInfos)
480 pruneUnusedEHFrames( SimpleFile &mergedFile, const std::vector<CompactUnwindEntry> &unwindInfos, const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, const std::map<const Atom *, const Atom *> &dwarfFrames) argument

Completed in 51 milliseconds