Lines Matching defs:ShortFileName
839 auto ShortFileName = llvm::sys::path::filename(FileName);
840 if (!SancovFileRegex.match(ShortFileName))
861 auto ShortFileName = llvm::sys::path::filename(FileName);
862 return SymcovFileRegex.match(ShortFileName);
1070 auto ShortFileName = llvm::sys::path::filename(FileName);
1071 if (ObjFiles.find(ShortFileName) != ObjFiles.end()) {
1072 fail("Duplicate binary file with a short name: " + ShortFileName);
1075 ObjFiles[std::string(ShortFileName)] = FileName;
1086 auto ShortFileName = llvm::sys::path::filename(FileName);
1087 auto Ok = SancovFileRegex.match(ShortFileName, &Components);