Lines Matching refs:Index
68 int Index;
155 void MakeSymbolReal(COFFSymbol &S, size_t Index);
291 /// @returns the index into the string table where the string is now located.
496 void WinCOFFObjectWriter::MakeSymbolReal(COFFSymbol &S, size_t Index) {
503 S.Index = Index;
761 coff_symbol->Index = -1;
768 assert(coff_symbol->Index != -1);
773 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = coff_symbol->Other->Index;
809 assert((*cr).Symb->Index != -1);
810 (*cr).Data.SymbolTableIndex = (*cr).Symb->Index;
874 if ((*i)->Index != -1)