Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:NextId

106   unsigned NextId = FileIdMap.size() + 1;
107 auto Insertion = FileIdMap.insert(std::make_pair(F, NextId));
111 NextId = OS.EmitCVFileDirective(NextId, FullPath);
112 assert(NextId == FileIdMap.size() && ".cv_file directive failed");