Home | History | Annotate | Download | only in MC

Lines Matching refs:DirIndex

334   unsigned DirIndex;
336 // For FileNames with no directories a DirIndex of 0 is used.
337 DirIndex = 0;
339 DirIndex = 0;
340 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
341 if (Directory == MCDwarfDirs[DirIndex])
344 if (DirIndex >= MCDwarfDirs.size()) {
349 // The DirIndex is one based, as DirIndex of 0 is used for FileNames with
351 // directory names are stored at MCDwarfDirs[DirIndex-1] where FileNames
353 DirIndex++;
360 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);