Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp313 std::vector<CompactUnwindEntry> unwindInfos = createUnwindInfoEntries( in perform() local
317 pruneUnusedEHFrames(mergedFile, unwindInfos, unwindLocs, dwarfFrames); in perform()
327 auto remainingInfos = llvm::makeArrayRef(unwindInfos); in perform()
454 std::vector<CompactUnwindEntry> unwindInfos; in createUnwindInfoEntries() local
464 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() argument
491 for (auto &entry : unwindInfos) in pruneUnusedEHFrames()