Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1289 uint32_t &TotalCodeBytes, in ARM64ProcessEpilogs() argument
1324 EpilogInfo[EpilogStart] = TotalCodeBytes; in ARM64ProcessEpilogs()
1325 TotalCodeBytes += CodeBytes; in ARM64ProcessEpilogs()
1469 uint32_t TotalCodeBytes = PrologCodeBytes; in ARM64EmitUnwindInfoForSegment() local
1473 ARM64ProcessEpilogs(info, &Seg, TotalCodeBytes, EpilogInfo); in ARM64EmitUnwindInfoForSegment()
1477 uint32_t CodeWords = TotalCodeBytes / 4; in ARM64EmitUnwindInfoForSegment()
1478 uint32_t CodeWordsMod = TotalCodeBytes % 4; in ARM64EmitUnwindInfoForSegment()
1483 bool ExtensionWord = EpilogCount > 31 || TotalCodeBytes > 124; in ARM64EmitUnwindInfoForSegment()
1545 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment()
2556 uint32_t TotalCodeBytes = PrologCodeBytes; in ARMEmitUnwindInfo() local
[all …]