Searched refs:BytesMod (Results 1 – 1 of 1) sorted by relevance
1330 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment() local1331 assert(BytesMod >= 0); in ARM64EmitUnwindInfoForSegment()1332 for (int i = 0; i < BytesMod; i++) in ARM64EmitUnwindInfoForSegment()2484 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARMEmitUnwindInfo() local2485 assert(BytesMod >= 0); in ARMEmitUnwindInfo()2486 for (int i = 0; i < BytesMod; i++) in ARMEmitUnwindInfo()