Searched refs:VNodesTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 468 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/ |
D | InstrProfiling.cpp | 843 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters); in emitVNodes() local 845 *M, VNodesTy, false, GlobalValue::PrivateLinkage, in emitVNodes() 846 Constant::getNullValue(VNodesTy), getInstrProfVNodesVarName()); in emitVNodes()
|