Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp1074 uint32_t &TotalCodeBytes, in ARM64ProcessEpilogs() argument
1109 EpilogInfo[EpilogStart] = TotalCodeBytes; in ARM64ProcessEpilogs()
1110 TotalCodeBytes += CodeBytes; in ARM64ProcessEpilogs()
1254 uint32_t TotalCodeBytes = PrologCodeBytes; in ARM64EmitUnwindInfoForSegment() local
1258 ARM64ProcessEpilogs(info, &Seg, TotalCodeBytes, EpilogInfo); in ARM64EmitUnwindInfoForSegment()
1262 uint32_t CodeWords = TotalCodeBytes / 4; in ARM64EmitUnwindInfoForSegment()
1263 uint32_t CodeWordsMod = TotalCodeBytes % 4; in ARM64EmitUnwindInfoForSegment()
1268 bool ExtensionWord = EpilogCount > 31 || TotalCodeBytes > 124; in ARM64EmitUnwindInfoForSegment()
1330 int32_t BytesMod = CodeWords * 4 - TotalCodeBytes; in ARM64EmitUnwindInfoForSegment()
2338 uint32_t TotalCodeBytes = PrologCodeBytes; in ARMEmitUnwindInfo() local
[all …]