Home
last modified time | relevance | path

Searched refs:DirIndex (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp274 unsigned DirIndex; in GetDwarfFile() local
278 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()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp234 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 …]
DUpdateProduce.h15 int DirIndex; member
29 bool ExistOnDisk() const { return DirIndex != -1; } in ExistOnDisk()
37 DirIndex(-1), in CUpdatePair2()
DUpdateProduce.cpp22 up2.DirIndex = pair.DirIndex; in UpdateProduce()
46 if (updatePairs[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
DUpdatePair.h15 int DirIndex; member
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {} in CUpdatePair()
DUpdateCallback.h154 if (up.DirIndex >= 0) in IsDir()
155 return DirItems->Items[up.DirIndex].IsDir(); in IsDir()
DUpdatePair.cpp171 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
193 pair.DirIndex = dirIndex2; in GetUpdatePairInfoList()
DUpdate.cpp667 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()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDwarf.h46 unsigned DirIndex; variable
51 : Name(name), DirIndex(dirIndex) {} in MCDwarfFile()
60 unsigned getDirIndex() const { return DirIndex; } in getDirIndex()
/external/llvm/lib/MC/
DMCDwarf.cpp305 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); in Emit()
379 unsigned DirIndex; in getFile() local
382 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp346 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
363 MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
604 unsigned DirIndex; in tryGetFile() local
607 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h55 unsigned DirIndex; member
265 Header.RootFile.DirIndex = 0; in maybeSetRootFile()
308 Header.RootFile.DirIndex = 0; in setRootFile()
/external/llvm/include/llvm/MC/
DMCDwarf.h49 unsigned DirIndex; member