reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  832     return getNextTagWithCall(IRB);
  837   Module *M = IRB.GetInsertBlock()->getParent()->getParent();
  840       IRB.getInt8PtrTy(M->getDataLayout().getAllocaAddrSpace()));
  841   Value *StackPointer = IRB.CreateCall(
  842       GetStackPointerFn, {Constant::getNullValue(IRB.getInt32Ty())});
  847   Value *StackPointerLong = IRB.CreatePointerCast(StackPointer, IntptrTy);
  849       IRB.CreateXor(StackPointerLong, IRB.CreateLShr(StackPointerLong, 20),
  849       IRB.CreateXor(StackPointerLong, IRB.CreateLShr(StackPointerLong, 20),