Lines Matching defs:Batch
27 VTuneMethodBatch Batch;
41 &Batch](StringRef S) mutable {
44 Batch.Strings.push_back(S.str());
45 I->second = Batch.Strings.size();
53 Batch.Methods.push_back(VTuneMethodInfo());
54 auto &Method = Batch.Methods.back();
73 Method.SourceFileSI = Batch.Strings.size();
74 Batch.Strings.push_back(DC->getLineInfoForAddress(SAddr).FileName);
81 return Batch;
89 auto Batch = getMethodBatch(G, EmitDebugInfo);
90 if (Batch.Methods.empty()) {
95 uint64_t Allocated = Batch.Methods.size();
99 Batch.Methods[i - Start].MethodID = i;
106 RegisterVTuneImplAddr, Batch)),