HomeSort by relevance Sort by last modified time
    Searched refs:NewModuleStatsGV (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 84 auto NewModuleStatsGV = new GlobalVariable(
91 ConstantExpr::getBitCast(NewModuleStatsGV, ModuleStatsGV->getType()));
94 // Create a global constructor to register NewModuleStatsGV.
104 B.CreateCall(StatInit, ConstantExpr::getBitCast(NewModuleStatsGV, Int8PtrTy));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 84 auto NewModuleStatsGV = new GlobalVariable(
91 ConstantExpr::getBitCast(NewModuleStatsGV, ModuleStatsGV->getType()));
94 // Create a global constructor to register NewModuleStatsGV.
104 B.CreateCall(StatInit, ConstantExpr::getBitCast(NewModuleStatsGV, Int8PtrTy));

Completed in 171 milliseconds