Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1928 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters); in emitVNodes() local
1930 M, VNodesTy, false, GlobalValue::PrivateLinkage, in emitVNodes()
1931 Constant::getNullValue(VNodesTy), getInstrProfVNodesVarName()); in emitVNodes()
1935 VNodesVar->setAlignment(M.getDataLayout().getABITypeAlign(VNodesTy)); in emitVNodes()