Searched refs:ShadowBytes (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 620 unsigned ShadowBytes = 0; in LowerSTACKMAP() local 624 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP() 629 ShadowBytes += TII->getInstSizeInBytes(*MII); in LowerSTACKMAP() 636 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP() 637 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1140 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, 1142 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, 1146 ArrayRef<uint8_t> ShadowBytes, size_t Begin, 2964 ArrayRef<uint8_t> ShadowBytes, in copyToShadowInline() argument 2982 assert(!ShadowBytes[i]); in copyToShadowInline() 3001 Val |= (uint64_t)ShadowBytes[i + j] << (8 * j); in copyToShadowInline() 3003 Val = (Val << 8) | ShadowBytes[i + j]; in copyToShadowInline() 3017 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument 3019 copyToShadow(ShadowMask, ShadowBytes, 0, ShadowMask.size(), IRB, ShadowBase); in copyToShadow() 3023 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument [all …]
|