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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp964 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters); local
966 *M, VNodesTy, false, GlobalValue::PrivateLinkage,
967 Constant::getNullValue(VNodesTy), getInstrProfVNodesVarName());

Completed in 78 milliseconds