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

References

tools/clang/lib/CodeGen/SanitizerMetadata.cpp
   33   if (!isAsanHwasanOrMemTag(CGM.getLangOpts().Sanitize))
   35   IsDynInit &= !CGM.isInSanitizerBlacklist(GV, Loc, Ty, "init");
   36   IsBlacklisted |= CGM.isInSanitizerBlacklist(GV, Loc, Ty);
   40   llvm::LLVMContext &VMContext = CGM.getLLVMContext();
   58       CGM.getModule().getOrInsertNamedMetadata("llvm.asan.globals");
   64   if (!isAsanHwasanOrMemTag(CGM.getLangOpts().Sanitize))
   81   if (isAsanHwasanOrMemTag(CGM.getLangOpts().Sanitize))
   86   I->setMetadata(CGM.getModule().getMDKindID("nosanitize"),
   87                  llvm::MDNode::get(CGM.getLLVMContext(), None));
   91   PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc);
   94   llvm::LLVMContext &VMContext = CGM.getLLVMContext();