Home
last modified time | relevance | path

Searched refs:EmptyModuleStatsTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSanitizerStats.cpp25 EmptyModuleStatsTy = makeModuleStatsTy(); in SanitizerStatReport()
27 ModuleStatsGV = new GlobalVariable(*M, EmptyModuleStatsTy, false, in SanitizerStatReport()
62 EmptyModuleStatsTy, ModuleStatsGV, in create()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSanitizerStats.h46 StructType *EmptyModuleStatsTy; member