Searched defs:DirIndex (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.h15 int DirIndex; member in struct:CUpdatePair
18 CUpdatePair(): ArcIndex(-1), DirIndex(-1), HostIndex(-1) {}
H A DUpdateProduce.h15 int DirIndex; member in struct:CUpdatePair2
29 bool ExistOnDisk() const { return DirIndex != -1; }
37 DirIndex(-1),
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCContext.cpp274 unsigned DirIndex; local
278 DirIndex = 0; // For FileNames with no directories a DirIndex of 0 is used.
282 DirIndex = 0;
283 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
284 if (Directory == MCDwarfDirs[DirIndex])
287 if (DirIndex >= MCDwarfDirs.size()) {
292 // The DirIndex is one based, as DirIndex o
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCDwarf.h45 // DirIndex - the index into the list of directory names for this file name.
46 unsigned DirIndex; member in class:llvm::MCDwarfFile
51 : Name(name), DirIndex(dirIndex) {}
60 unsigned getDirIndex() const { return DirIndex; }
/external/llvm/include/llvm/MC/
H A DMCDwarf.h49 unsigned DirIndex; member in struct:llvm::MCDwarfFile
/external/llvm/lib/MC/
H A DMCDwarf.cpp305 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex);
379 unsigned DirIndex; local
381 // For FileNames with no directories a DirIndex of 0 is used.
382 DirIndex = 0;
384 DirIndex = 0;
385 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
386 if (Directory == MCDwarfDirs[DirIndex])
389 if (DirIndex >= MCDwarfDirs.size())
391 // The DirIndex i
[all...]

Completed in 270 milliseconds