Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp468 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters); in emitVNodes() local
470 *M, VNodesTy, false, llvm::GlobalValue::PrivateLinkage, in emitVNodes()
471 Constant::getNullValue(VNodesTy), getInstrProfVNodesVarName()); in emitVNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp843 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters); in emitVNodes() local
845 *M, VNodesTy, false, GlobalValue::PrivateLinkage, in emitVNodes()
846 Constant::getNullValue(VNodesTy), getInstrProfVNodesVarName()); in emitVNodes()