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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1953       M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy);
 1955       M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy());
 1959       kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy);
 1961       kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy);
 1966       kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy);
 1968       kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy);
 1971       M.getOrInsertFunction(kAsanRegisterElfGlobalsName, IRB.getVoidTy(),
 1974       M.getOrInsertFunction(kAsanUnregisterElfGlobalsName, IRB.getVoidTy(),