Lines Matching full:cuid
653 StringRef DirName, unsigned CUID) {
658 CUID = 0;
662 return getOrCreateSourceID("<stdin>", StringRef(), CUID);
669 unsigned SrcId = FileIDCUMap[CUID] + 1;
671 // We look up the CUID/file/dir by concatenating them with a zero byte.
673 NamePair += utostr(CUID);
683 FileIDCUMap[CUID] = SrcId;
685 Asm->OutStreamer.EmitDwarfFileDirective(SrcId, DirName, FileName, CUID);