Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp552 uint32_t personalityIdx = personality == personalities.end() in finalizeUnwindInfoEntryForAtom() local
558 assert(personalityIdx < 4 && "too many personality functions"); in finalizeUnwindInfoEntryForAtom()
560 entry.encoding |= personalityIdx << 28; in finalizeUnwindInfoEntryForAtom()