Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp1330 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment() local
1331 assert(BytesMod >= 0); in ARM64EmitUnwindInfoForSegment()
1332 for (int i = 0; i < BytesMod; i++) in ARM64EmitUnwindInfoForSegment()
2484 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARMEmitUnwindInfo() local
2485 assert(BytesMod >= 0); in ARMEmitUnwindInfo()
2486 for (int i = 0; i < BytesMod; i++) in ARMEmitUnwindInfo()