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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2486       AsanErrorCallbackSized[AccessIsWrite][Exp] = M.getOrInsertFunction(
 2490       AsanMemoryAccessCallbackSized[AccessIsWrite][Exp] = M.getOrInsertFunction(
 2498             M.getOrInsertFunction(
 2503             M.getOrInsertFunction(
 2512   AsanMemmove = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memmove",
 2515   AsanMemcpy = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memcpy",
 2518   AsanMemset = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memset",
 2523       M.getOrInsertFunction(kAsanHandleNoReturnName, IRB.getVoidTy());
 2526       M.getOrInsertFunction(kAsanPtrCmp, IRB.getVoidTy(), IntptrTy, IntptrTy);
 2528       M.getOrInsertFunction(kAsanPtrSub, IRB.getVoidTy(), IntptrTy, IntptrTy);
 2534     AsanShadowGlobal = M.getOrInsertGlobal("__asan_shadow",