Searched refs:BytesMod (Results 1 – 1 of 1) sorted by relevance
1545 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment() local1546 assert(BytesMod >= 0); in ARM64EmitUnwindInfoForSegment()1547 for (int i = 0; i < BytesMod; i++) in ARM64EmitUnwindInfoForSegment()2702 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARMEmitUnwindInfo() local2703 assert(BytesMod >= 0); in ARMEmitUnwindInfo()2704 for (int i = 0; i < BytesMod; i++) in ARMEmitUnwindInfo()