Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp84 auto NewModuleStatsGV = new GlobalVariable( in finish() local
91 ConstantExpr::getBitCast(NewModuleStatsGV, ModuleStatsGV->getType())); in finish()
104 B.CreateCall(StatInit, ConstantExpr::getBitCast(NewModuleStatsGV, Int8PtrTy)); in finish()
/external/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp84 auto NewModuleStatsGV = new GlobalVariable( in finish() local
91 ConstantExpr::getBitCast(NewModuleStatsGV, ModuleStatsGV->getType())); in finish()
104 B.CreateCall(StatInit, ConstantExpr::getBitCast(NewModuleStatsGV, Int8PtrTy)); in finish()