Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp528 auto unwindLoc = unwindLocs.find(function); in finalizeUnwindInfoEntryForAtom() local
531 if (unwindLoc == unwindLocs.end()) { in finalizeUnwindInfoEntryForAtom()
537 entry = unwindLoc->second; in finalizeUnwindInfoEntryForAtom()