Home | History | Annotate | Download | only in MC

Lines Matching defs:DirIndex

346   unsigned DirIndex;
348 // For FileNames with no directories a DirIndex of 0 is used.
349 DirIndex = 0;
351 DirIndex = 0;
352 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
353 if (Directory == MCDwarfDirs[DirIndex])
356 if (DirIndex >= MCDwarfDirs.size()) {
361 // The DirIndex is one based, as DirIndex of 0 is used for FileNames with
363 // directory names are stored at MCDwarfDirs[DirIndex-1] where FileNames
365 DirIndex++;
372 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);