Lines Matching refs:Index
426 unsigned Index = 1;
428 ie = Asm.end(); it != ie; ++it, ++Index)
429 SectionIndexMap[&it->getSection()] = Index;
430 assert(Index <= 256 && "Too many sections!");
432 // Index 0 is always the empty string.
473 assert(MSD.SectionIndex && "Invalid section index!");
506 assert(MSD.SectionIndex && "Invalid section index!");
516 Index = 0;
518 LocalSymbolData[i].SymbolData->setIndex(Index++);
520 ExternalSymbolData[i].SymbolData->setIndex(Index++);
522 UndefinedSymbolData[i].SymbolData->setIndex(Index++);