Searched defs:SanitizerStatReport (Results 1 – 2 of 2) sorted by relevance
32 struct SanitizerStatReport { struct44 GlobalVariable *ModuleStatsGV;45 ArrayType *StatTy;46 StructType *EmptyModuleStatsTy;48 std::vector<Constant *> Inits;
23 SanitizerStatReport::SanitizerStatReport(Module *M) : M(M) { in SanitizerStatReport() function in SanitizerStatReport