Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp185 uint8_t numCodes = CountOfUnwindCodes(info->Instructions); in EmitUnwindInfo() local
186 streamer.emitInt8(numCodes); in EmitUnwindInfo()
208 if (numCodes & 1) { in EmitUnwindInfo()
219 else if (numCodes == 0) { in EmitUnwindInfo()