Searched refs:unwindInfos (Results 1 – 1 of 1) sorted by relevance
313 std::vector<CompactUnwindEntry> unwindInfos = createUnwindInfoEntries( in perform() local317 pruneUnusedEHFrames(mergedFile, unwindInfos, unwindLocs, dwarfFrames); in perform()327 auto remainingInfos = llvm::makeArrayRef(unwindInfos); in perform()454 std::vector<CompactUnwindEntry> unwindInfos; in createUnwindInfoEntries() local464 unwindInfos.push_back(finalizeUnwindInfoEntryForAtom( in createUnwindInfoEntries()469 << llvm::format("0x%08x", unwindInfos.back().encoding) in createUnwindInfoEntries()473 return unwindInfos; in createUnwindInfoEntries()482 const std::vector<CompactUnwindEntry> &unwindInfos, in pruneUnusedEHFrames() argument491 for (auto &entry : unwindInfos) in pruneUnusedEHFrames()