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

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  442         FunctionType::get(IRB.getVoidTy(), {IntptrTy, IntptrTy}, false));
  450               FunctionType::get(IRB.getVoidTy(), {IntptrTy}, false));
  455       "__hwasan_tag_memory", IRB.getVoidTy(), Int8PtrTy, Int8Ty, IntptrTy);
  460                                      ArrayType::get(IRB.getInt8Ty(), 0));
  465                                         IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
  465                                         IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
  466                                         IRB.getInt8PtrTy(), IntptrTy);
  468                                        IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
  468                                        IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
  469                                        IRB.getInt8PtrTy(), IntptrTy);
  471                                        IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
  471                                        IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
  472                                        IRB.getInt32Ty(), IntptrTy);
  475       M.getOrInsertFunction("__hwasan_handle_vfork", IRB.getVoidTy(), IntptrTy);
  478       M.getOrInsertFunction("__hwasan_thread_enter", IRB.getVoidTy());