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

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1404     if (GV.isDeclarationForLinker() || GV.getName().startswith("llvm.") ||
 1404     if (GV.isDeclarationForLinker() || GV.getName().startswith("llvm.") ||
 1405         GV.isThreadLocal())
 1409     if (GV.hasCommonLinkage())
 1415     if (GV.hasSection())
 1418     Globals.push_back(&GV);