Searched refs:BytesMod (Results 1 – 1 of 1) sorted by relevance
1339 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment() local1340 assert(BytesMod >= 0); in ARM64EmitUnwindInfoForSegment()1341 for (int i = 0; i < BytesMod; i++) in ARM64EmitUnwindInfoForSegment()2496 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARMEmitUnwindInfo() local2497 assert(BytesMod >= 0); in ARMEmitUnwindInfo()2498 for (int i = 0; i < BytesMod; i++) in ARMEmitUnwindInfo()