Searched refs:ShadowBytes (Results 1 – 2 of 2) sorted by relevance
644 unsigned ShadowBytes = 0; in LowerSTACKMAP() local648 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()653 ShadowBytes += TII->getInstSizeInBytes(*MII); in LowerSTACKMAP()660 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()661 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
1153 ArrayRef<uint8_t> ShadowBytes, size_t Begin,2981 assert(!ShadowBytes[i]); in copyToShadowInline()3000 Val |= (uint64_t)ShadowBytes[i + j] << (8 * j); in copyToShadowInline()3002 Val = (Val << 8) | ShadowBytes[i + j]; in copyToShadowInline()3016 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument3022 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument3025 assert(ShadowMask.size() == ShadowBytes.size()); in copyToShadow()3029 assert(!ShadowBytes[i]); in copyToShadow()3032 uint8_t Val = ShadowBytes[i]; in copyToShadow()3037 for (; j < End && ShadowMask[j] && Val == ShadowBytes[j]; ++j) { in copyToShadow()[all …]