Searched refs:CounterTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp204 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); local
207 auto *Counters = new GlobalVariable(*M, CounterTy, false, Name->getLinkage(),
208 Constant::getNullValue(CounterTy),
H A DGCOVProfiling.cpp589 ArrayType *CounterTy = local
592 new GlobalVariable(*M, CounterTy, false,
594 Constant::getNullValue(CounterTy),

Completed in 73 milliseconds