Searched refs:BytesMod (Results 1 – 1 of 1) sorted by relevance
1117 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfo() local1118 assert(BytesMod >= 0); in ARM64EmitUnwindInfo()1119 for (int i = 0; i < BytesMod; i++) in ARM64EmitUnwindInfo()2196 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARMEmitUnwindInfo() local2197 assert(BytesMod >= 0); in ARMEmitUnwindInfo()2198 for (int i = 0; i < BytesMod; i++) in ARMEmitUnwindInfo()