Lines Matching defs:PrologCodeBytes
763 int PrologCodeBytes) {
784 if (PrologCodeBytes <= 31 &&
785 PrologCodeBytes + ARM64CountOfUnwindCodes(Epilog) <= 124)
786 RetVal = PrologCodeBytes;
795 if (Offset > 31 || PrologCodeBytes > 124)
1224 uint32_t PrologCodeBytes = info->PrologCodeBytes;
1227 checkARM64PackedEpilog(streamer, info, &Seg, PrologCodeBytes) : -1;
1234 uint32_t(PackedEpilogOffset) < PrologCodeBytes &&
1250 PrologCodeBytes += 1;
1263 uint32_t TotalCodeBytes = PrologCodeBytes;
1423 info->PrologCodeBytes = ARM64CountOfUnwindCodes(info->Instructions);
1772 int PrologCodeBytes) {
1803 if (PrologCodeBytes <= 31 &&
1804 PrologCodeBytes + ARMCountOfUnwindCodes(Epilog) <= 63)
1805 RetVal = PrologCodeBytes;
1815 if (Offset > 31 || PrologCodeBytes > 63)
2349 uint32_t PrologCodeBytes = ARMCountOfUnwindCodes(info->Instructions);
2350 uint32_t TotalCodeBytes = PrologCodeBytes;
2367 checkARMPackedEpilog(streamer, info, PrologCodeBytes);