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

Declarations

tools/clang/lib/CodeGen/SanitizerMetadata.h
   41   void reportGlobalToASan(llvm::GlobalVariable *GV, SourceLocation Loc,

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 4948   SanitizerMD->reportGlobalToASan(GV, S->getStrTokenLoc(0), "<string literal>",
tools/clang/lib/CodeGen/SanitizerMetadata.cpp
   74   reportGlobalToASan(GV, D.getLocation(), OS.str(), D.getType(), IsDynInit,
   82     reportGlobalToASan(GV, SourceLocation(), "", QualType(), false, true);