Searched refs:ShadowBytes (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 676 unsigned ShadowBytes = 0; in LowerSTACKMAP() local 680 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP() 685 ShadowBytes += TII->getInstSizeInBytes(*MII); in LowerSTACKMAP() 692 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP() 693 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1113 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, 1115 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, 1119 ArrayRef<uint8_t> ShadowBytes, size_t Begin, 2871 ArrayRef<uint8_t> ShadowBytes, in copyToShadowInline() argument 2889 assert(!ShadowBytes[i]); in copyToShadowInline() 2908 Val |= (uint64_t)ShadowBytes[i + j] << (8 * j); in copyToShadowInline() 2910 Val = (Val << 8) | ShadowBytes[i + j]; in copyToShadowInline() 2924 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument 2926 copyToShadow(ShadowMask, ShadowBytes, 0, ShadowMask.size(), IRB, ShadowBase); in copyToShadow() 2930 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument [all …]
|