Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1083 uint32_t &TotalCodeBytes, in ARM64ProcessEpilogs() argument
1118 EpilogInfo[EpilogStart] = TotalCodeBytes; in ARM64ProcessEpilogs()
1119 TotalCodeBytes += CodeBytes; in ARM64ProcessEpilogs()
1263 uint32_t TotalCodeBytes = PrologCodeBytes; in ARM64EmitUnwindInfoForSegment() local
1267 ARM64ProcessEpilogs(info, &Seg, TotalCodeBytes, EpilogInfo); in ARM64EmitUnwindInfoForSegment()
1271 uint32_t CodeWords = TotalCodeBytes / 4; in ARM64EmitUnwindInfoForSegment()
1272 uint32_t CodeWordsMod = TotalCodeBytes % 4; in ARM64EmitUnwindInfoForSegment()
1277 bool ExtensionWord = EpilogCount > 31 || TotalCodeBytes > 124; in ARM64EmitUnwindInfoForSegment()
1339 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment()
2350 uint32_t TotalCodeBytes = PrologCodeBytes; in ARMEmitUnwindInfo() local
[all …]