Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSanitizerStats.h32 struct SanitizerStatReport { struct
44 GlobalVariable *ModuleStatsGV;
45 ArrayType *StatTy;
46 StructType *EmptyModuleStatsTy;
48 std::vector<Constant *> Inits;
/external/llvm/include/llvm/Transforms/Utils/
DSanitizerStats.h33 struct SanitizerStatReport { struct
45 GlobalVariable *ModuleStatsGV;
46 ArrayType *StatTy;
47 StructType *EmptyModuleStatsTy;
49 std::vector<Constant *> Inits;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp24 SanitizerStatReport::SanitizerStatReport(Module *M) : M(M) { in SanitizerStatReport() function in SanitizerStatReport
/external/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp25 SanitizerStatReport::SanitizerStatReport(Module *M) : M(M) { in SanitizerStatReport() function in SanitizerStatReport