Home
last modified time | relevance | path

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

/src/sys/contrib/edk2/Include/IndustryStandard/
H A DPeImage.h709 UINT8 CountOfUnwindCodes; member
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp25 static uint8_t CountOfUnwindCodes(std::vector<WinEH::Instruction> &Insns) { in CountOfUnwindCodes() function
195 uint8_t numCodes = CountOfUnwindCodes(info->Instructions); in EmitUnwindInfo()