HomeSort by: relevance | last modified time | path
    Searched refs:ModuleStatsGV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 44 GlobalVariable *ModuleStatsGV;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 28 ModuleStatsGV = new GlobalVariable(*M, EmptyModuleStatsTy, false,
63 EmptyModuleStatsTy, ModuleStatsGV,
73 ModuleStatsGV->eraseFromParent();
81 // Create a new ModuleStatsGV to replace the old one. We can't just set the
89 ModuleStatsGV->replaceAllUsesWith(
90 ConstantExpr::getBitCast(NewModuleStatsGV, ModuleStatsGV->getType()));
91 ModuleStatsGV->eraseFromParent();

Completed in 21 milliseconds