Lines Matching defs:DirIndex
387 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number.
404 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number.
646 unsigned DirIndex;
648 // For FileNames with no directories a DirIndex of 0 is used.
649 DirIndex = 0;
651 DirIndex = llvm::find(MCDwarfDirs, Directory) - MCDwarfDirs.begin();
652 if (DirIndex >= MCDwarfDirs.size())
654 // The DirIndex is one based, as DirIndex of 0 is used for FileNames with
656 // directory names are stored at MCDwarfDirs[DirIndex-1] where FileNames
658 DirIndex++;
662 File.DirIndex = DirIndex;