Searched refs:CounterTy (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 348 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() local 352 new GlobalVariable(*M, CounterTy, false, NamePtr->getLinkage(), in getOrCreateRegionCounters() 353 Constant::getNullValue(CounterTy), in getOrCreateRegionCounters()
|
D | GCOVProfiling.cpp | 607 ArrayType *CounterTy = in emitProfileArcs() local 610 new GlobalVariable(*M, CounterTy, false, in emitProfileArcs() 612 Constant::getNullValue(CounterTy), in emitProfileArcs()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 442 ArrayType *CounterTy = in emitProfileArcs() local 445 new GlobalVariable(*M, CounterTy, false, in emitProfileArcs() 447 Constant::getNullValue(CounterTy), in emitProfileArcs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 722 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() local 726 new GlobalVariable(*M, CounterTy, false, NamePtr->getLinkage(), in getOrCreateRegionCounters() 727 Constant::getNullValue(CounterTy), in getOrCreateRegionCounters()
|
D | GCOVProfiling.cpp | 662 ArrayType *CounterTy = in emitProfileArcs() local 665 new GlobalVariable(*M, CounterTy, false, in emitProfileArcs() 667 Constant::getNullValue(CounterTy), in emitProfileArcs()
|