Searched refs:DirIndex (Results 1 – 13 of 13) sorted by relevance
274 unsigned DirIndex; in GetDwarfFile() local278 DirIndex = 0; // For FileNames with no directories a DirIndex of 0 is used. in GetDwarfFile()282 DirIndex = 0; in GetDwarfFile()283 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) { in GetDwarfFile()284 if (Directory == MCDwarfDirs[DirIndex]) in GetDwarfFile()287 if (DirIndex >= MCDwarfDirs.size()) { in GetDwarfFile()296 DirIndex++; in GetDwarfFile()303 File = new (*this) MCDwarfFile(StringRef(Buf, Name.size()), DirIndex); in GetDwarfFile()
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()
46 unsigned DirIndex; variable51 : Name(name), DirIndex(dirIndex) {} in MCDwarfFile()60 unsigned getDirIndex() const { return DirIndex; } in getDirIndex()
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()
346 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()363 MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()604 unsigned DirIndex; in tryGetFile() local607 DirIndex = 0; in tryGetFile()609 DirIndex = 0; in tryGetFile()610 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) { in tryGetFile()611 if (Directory == MCDwarfDirs[DirIndex]) in tryGetFile()614 if (DirIndex >= MCDwarfDirs.size()) in tryGetFile()620 DirIndex++; in tryGetFile()624 File.DirIndex = DirIndex; in tryGetFile()
55 unsigned DirIndex; member265 Header.RootFile.DirIndex = 0; in maybeSetRootFile()308 Header.RootFile.DirIndex = 0; in setRootFile()
49 unsigned DirIndex; member