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

References

lib/Transforms/Utils/SanitizerStats.cpp
   37   return StructType::get(M->getContext(), {Type::getInt8PtrTy(M->getContext()),
   37   return StructType::get(M->getContext(), {Type::getInt8PtrTy(M->getContext()),
   38                                            Type::getInt32Ty(M->getContext()),
   77   PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext());
   78   IntegerType *Int32Ty = Type::getInt32Ty(M->getContext());
   79   Type *VoidTy = Type::getVoidTy(M->getContext());
   84       *M, makeModuleStatsTy(), false, GlobalValue::InternalLinkage,
   95                             GlobalValue::InternalLinkage, "", M);
   96   auto BB = BasicBlock::Create(M->getContext(), "", F);
  101       M->getOrInsertFunction("__sanitizer_stat_init", StatInitTy);
  106   appendToGlobalCtors(*M, F, 0);