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.cpp1926 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters); in emitVNodes() local
1928 M, VNodesTy, false, GlobalValue::PrivateLinkage, in emitVNodes()
1929 Constant::getNullValue(VNodesTy), getInstrProfVNodesVarName()); in emitVNodes()
1933 VNodesVar->setAlignment(M.getDataLayout().getABITypeAlign(VNodesTy)); in emitVNodes()