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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 870 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
874 new GlobalVariable(*M, CounterTy, false, Linkage,
875 Constant::getNullValue(CounterTy),
GCOVProfiling.cpp 956 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(*Ctx), Measured);
958 *M, CounterTy, false, GlobalValue::InternalLinkage,
959 Constant::getNullValue(CounterTy), "__llvm_gcov_ctr");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 5451 QualType CounterTy = LIVDecl->getType();
5501 if (CounterTy->isIntegerType()) {
5502 unsigned BitWidth = Ctx.getIntWidth(CounterTy);

Completed in 26 milliseconds