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

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  440     HwasanMemoryAccessCallbackSized[AccessIsWrite] = M.getOrInsertFunction(
  447           M.getOrInsertFunction(
  454   HwasanTagMemoryFunc = M.getOrInsertFunction(
  457       M.getOrInsertFunction("__hwasan_generate_tag", Int8Ty);
  459   ShadowGlobal = M.getOrInsertGlobal("__hwasan_shadow",
  464   HWAsanMemmove = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memmove",
  467   HWAsanMemcpy = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memcpy",
  470   HWAsanMemset = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memset",
  475       M.getOrInsertFunction("__hwasan_handle_vfork", IRB.getVoidTy(), IntptrTy);
  478       M.getOrInsertFunction("__hwasan_thread_enter", IRB.getVoidTy());