Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp1117 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfo() local
1118 assert(BytesMod >= 0); in ARM64EmitUnwindInfo()
1119 for (int i = 0; i < BytesMod; i++) in ARM64EmitUnwindInfo()
2196 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARMEmitUnwindInfo() local
2197 assert(BytesMod >= 0); in ARMEmitUnwindInfo()
2198 for (int i = 0; i < BytesMod; i++) in ARMEmitUnwindInfo()