Searched refs:ShadowBytes (Results 1 – 2 of 2) sorted by relevance
1144 ArrayRef<uint8_t> ShadowBytes, size_t Begin,3065 assert(!ShadowBytes[i]); in copyToShadowInline()3084 Val |= (uint64_t)ShadowBytes[i + j] << (8 * j); in copyToShadowInline()3086 Val = (Val << 8) | ShadowBytes[i + j]; in copyToShadowInline()3100 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument3106 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument3109 assert(ShadowMask.size() == ShadowBytes.size()); in copyToShadow()3113 assert(!ShadowBytes[i]); in copyToShadow()3116 uint8_t Val = ShadowBytes[i]; in copyToShadow()3121 for (; j < End && ShadowMask[j] && Val == ShadowBytes[j]; ++j) { in copyToShadow()[all …]
763 unsigned ShadowBytes = 0; in LowerSTACKMAP() local767 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()772 ShadowBytes += TII->getInstSizeInBytes(*MII); in LowerSTACKMAP()779 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()780 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()