Searched refs:DirIndex (Results 1 – 13 of 13) sorted by relevance
234 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp()343 if (up.DirIndex >= 0) in GetProperty()346 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()358 const FString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty()378 prop = DirItems->GetLogPath(up2.DirIndex); in GetProperty()382 if (up.DirIndex >= 0) in GetProperty()417 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()420 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()460 else if (up.DirIndex >= 0) in GetStream2()461 name = DirItems->GetLogPath(up.DirIndex); in GetStream2()[all …]
15 int DirIndex; member29 bool ExistOnDisk() const { return DirIndex != -1; } in ExistOnDisk()37 DirIndex(-1), in CUpdatePair2()
22 up2.DirIndex = pair.DirIndex; in UpdateProduce()46 if (updatePairs[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
15 int DirIndex; member18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
154 if (up.DirIndex >= 0) in IsDir()155 return DirItems->Items[up.DirIndex].IsDir(); in IsDir()
171 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()193 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
667 const CDirItem &di = dirItems.Items[up.DirIndex]; in Compress()924 if (pair2.NewProps && pair2.DirIndex >= 0) in Compress()925 ft2 = &dirItems.Items[pair2.DirIndex].MTime; in Compress()
305 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); in Emit()379 unsigned DirIndex; in getFile() local382 DirIndex = 0; in getFile()384 DirIndex = 0; in getFile()385 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) { in getFile()386 if (Directory == MCDwarfDirs[DirIndex]) in getFile()389 if (DirIndex >= MCDwarfDirs.size()) in getFile()395 DirIndex++; in getFile()399 File.DirIndex = DirIndex; in getFile()
62 unsigned DirIndex = 0; member262 RootFile.DirIndex = 0; in setRootFile()335 Header.RootFile.DirIndex = 0; in setRootFile()
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()
364 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()381 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()645 unsigned DirIndex; in tryGetFile() local648 DirIndex = 0; in tryGetFile()650 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin(); in tryGetFile()651 if (DirIndex >= MCDwarfDirs.size()) in tryGetFile()657 DirIndex++; in tryGetFile()661 File.DirIndex = DirIndex; in tryGetFile()
49 unsigned DirIndex; member