Home
last modified time | relevance | path

Searched defs:SanitizerStatReport (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSanitizerStats.h32 struct SanitizerStatReport { struct
44 GlobalVariable *ModuleStatsGV;
45 ArrayType *StatTy;
46 StructType *EmptyModuleStatsTy;
48 std::vector<Constant *> Inits;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp23 SanitizerStatReport::SanitizerStatReport(Module *M) : M(M) { in SanitizerStatReport() function in SanitizerStatReport