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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2108   IRB.CreateCall(AsanRegisterElfGlobals,
 2109                  {IRB.CreatePointerCast(RegisteredFlag, IntptrTy),
 2110                   IRB.CreatePointerCast(StartELFMetadata, IntptrTy),
 2111                   IRB.CreatePointerCast(StopELFMetadata, IntptrTy)});
 2117                       {IRB.CreatePointerCast(RegisteredFlag, IntptrTy),
 2118                        IRB.CreatePointerCast(StartELFMetadata, IntptrTy),
 2119                        IRB.CreatePointerCast(StopELFMetadata, IntptrTy)});