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

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DCompactUnwindPass.cpp552 uint32_t personalityIdx = personality == personalities.end() local
558 assert(personalityIdx < 4 && "too many personality functions");
560 entry.encoding |= personalityIdx << 28;

Completed in 59 milliseconds