Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp419 auto *CounterArrayTy = ArrayType::get(Int64Ty, in createCacheFragInfoGV() local
422 new GlobalVariable(M, CounterArrayTy, false, in createCacheFragInfoGV()
424 ConstantAggregateZero::get(CounterArrayTy), in createCacheFragInfoGV()
457 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV()
459 ConstantExpr::getGetElementPtr(CounterArrayTy, Counters, in createCacheFragInfoGV()