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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2763     AsanStackMallocFunc[i] = M.getOrInsertFunction(
 2766         M.getOrInsertFunction(kAsanStackFreeNameTemplate + Suffix,
 2770     AsanPoisonStackMemoryFunc = M.getOrInsertFunction(
 2772     AsanUnpoisonStackMemoryFunc = M.getOrInsertFunction(
 2781         M.getOrInsertFunction(Name.str(), IRB.getVoidTy(), IntptrTy, IntptrTy);
 2784   AsanAllocaPoisonFunc = M.getOrInsertFunction(
 2786   AsanAllocasUnpoisonFunc = M.getOrInsertFunction(