Lines Matching defs:DirIndex
414 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number.
431 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number.
673 unsigned DirIndex;
675 // For FileNames with no directories a DirIndex of 0 is used.
676 DirIndex = 0;
678 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin();
679 if (DirIndex >= MCDwarfDirs.size())
681 // The DirIndex is one based, as DirIndex of 0 is used for FileNames with
683 // directory names are stored at MCDwarfDirs[DirIndex-1] where FileNames
685 DirIndex++;
689 File.DirIndex = DirIndex;