Searched refs:ShadowBytes (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1215 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, 1217 void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, 1221 ArrayRef<uint8_t> ShadowBytes, size_t Begin, 3143 ArrayRef<uint8_t> ShadowBytes, in copyToShadowInline() argument 3161 assert(!ShadowBytes[i]); in copyToShadowInline() 3180 Val |= (uint64_t)ShadowBytes[i + j] << (8 * j); in copyToShadowInline() 3182 Val = (Val << 8) | ShadowBytes[i + j]; in copyToShadowInline() 3196 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument 3198 copyToShadow(ShadowMask, ShadowBytes, 0, ShadowMask.size(), IRB, ShadowBase); in copyToShadow() 3202 ArrayRef<uint8_t> ShadowBytes, in copyToShadow() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 764 unsigned ShadowBytes = 0; in LowerSTACKMAP() local 768 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP() 773 ShadowBytes += TII->getInstSizeInBytes(*MII); in LowerSTACKMAP() 780 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP() 781 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
|