Searched refs:DirIndex (Results 1 – 9 of 9) sorted by relevance
261 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetRawProp()374 if (up.DirIndex >= 0) in GetProperty()376 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetProperty()389 const FString phyPath = DirItems->GetPhyPath((unsigned)up.DirIndex); in GetProperty()427 prop = DirItems->GetLogPath((unsigned)up2.DirIndex); in GetProperty()431 if (up.DirIndex >= 0) in GetProperty()466 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetProperty()469 case kpidPath: prop = DirItems->GetLogPath((unsigned)up.DirIndex); break; in GetProperty()551 else if (up.DirIndex >= 0) in GetStream2()552 name = DirItems->GetLogPath((unsigned)up.DirIndex); in GetStream2()[all …]
15 int DirIndex; member30 bool ExistOnDisk() const { return DirIndex != -1; } in ExistOnDisk()38 DirIndex(-1), in CUpdatePair2()
22 up2.DirIndex = pair.DirIndex; in UpdateProduce()46 if (updatePairs[(unsigned)pair.HostIndex].DirIndex >= 0) in UpdateProduce()
15 int DirIndex; member18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
182 if (up.DirIndex >= 0) in IsDir()183 return DirItems->Items[(unsigned)up.DirIndex].IsDir(); in IsDir()
234 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()256 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
706 const CDirItem &di = dirItems.Items[(unsigned)up.DirIndex]; in Compress()1004 if (pair2.DirIndex >= 0 && in Compress()1007 ft2 = dirItems.Items[(unsigned)pair2.DirIndex].MTime; in Compress()1068 if (up.NewData && up.DirIndex >= 0) in Compress()1070 const CDirItem &di = dirItems.Items[(unsigned)up.DirIndex]; in Compress()1072 processedItemsStatuses[(unsigned)up.DirIndex] = 1; in Compress()
57 unsigned DirIndex = 0; member257 RootFile.DirIndex = 0; in setRootFile()330 Header.RootFile.DirIndex = 0; in setRootFile()
345 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()362 MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()616 unsigned DirIndex; in tryGetFile() local619 DirIndex = 0; in tryGetFile()621 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin(); in tryGetFile()622 if (DirIndex >= MCDwarfDirs.size()) in tryGetFile()628 DirIndex++; in tryGetFile()632 File.DirIndex = DirIndex; in tryGetFile()