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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2767                               IRB.getVoidTy(), IntptrTy, IntptrTy);
 2771         kAsanPoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy);
 2773         kAsanUnpoisonStackMemoryName, IRB.getVoidTy(), IntptrTy, IntptrTy);
 2781         M.getOrInsertFunction(Name.str(), IRB.getVoidTy(), IntptrTy, IntptrTy);
 2785       kAsanAllocaPoison, IRB.getVoidTy(), IntptrTy, IntptrTy);
 2787       kAsanAllocasUnpoison, IRB.getVoidTy(), IntptrTy, IntptrTy);