Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1339 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment() local
1340 assert(BytesMod >= 0); in ARM64EmitUnwindInfoForSegment()
1341 for (int i = 0; i < BytesMod; i++) in ARM64EmitUnwindInfoForSegment()
2496 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARMEmitUnwindInfo() local
2497 assert(BytesMod >= 0); in ARMEmitUnwindInfo()
2498 for (int i = 0; i < BytesMod; i++) in ARMEmitUnwindInfo()