Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp644 unsigned ShadowBytes = 0; in LowerSTACKMAP() local
648 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1147 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes,
1149 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes,
1153 ArrayRef<uint8_t> ShadowBytes, size_t Begin,
2963 ArrayRef<uint8_t> ShadowBytes, in copyToShadowInline() argument
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() argument
3018 copyToShadow(ShadowMask, ShadowBytes, 0, ShadowMask.size(), IRB, ShadowBase); in copyToShadow()
3022 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument
[all …]