Home | History | Annotate | Download | only in MC

Lines Matching refs:Index

68   int              Index;
156 void MakeSymbolReal(COFFSymbol &S, size_t Index);
293 /// @returns the index into the string table where the string is now located.
498 void WinCOFFObjectWriter::MakeSymbolReal(COFFSymbol &S, size_t Index) {
505 S.Index = Index;
746 coff_symbol->Index = -1;
753 assert(coff_symbol->Index != -1);
758 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = coff_symbol->Other->Index;
807 assert((*cr).Symb->Index != -1);
808 (*cr).Data.SymbolTableIndex = (*cr).Symb->Index;
886 if ((*i)->Index != -1)