reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/WinCOFFObjectWriter.cpp
  297   Section->Symbol = Symbol;
  628     COFFSymbol::AuxiliarySymbols &AuxSyms = Sec->Symbol->Aux;
  759     Reloc.Symb = SectionMap[TargetSection]->Symbol;
  867   return Section.Symbol->Aux[0].Aux.SectionDefinition.Selection ==
  875     Section.Symbol->Data.SectionNumber = I;
  876     Section.Symbol->Aux[0].Aux.SectionDefinition.Number = I;
  937     assert(Sec->Symbol->Aux.size() == 1 &&
  939     AuxSymbol &Aux = Sec->Symbol->Aux[0];
 1005     if (Section->Symbol->Aux[0].Aux.SectionDefinition.Selection !=
 1031     Section->Symbol->Aux[0].Aux.SectionDefinition.Number = AssocSec->Number;
 1049       encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS);