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

References

tools/llvm-objcopy/COFF/Reader.cpp
   99       copySymbol(Sym.Sym,
  102       copySymbol(Sym.Sym,
  104     if (auto EC = COFFObj.getSymbolName(SymRef, Sym.Name))
  117       Sym.AuxFile = StringRef(reinterpret_cast<const char *>(AuxData.data()),
  122         Sym.AuxData.push_back(AuxData.slice(I * SymSize, sizeof(AuxSymbol)));
  127       Sym.TargetSectionId = SymRef.getSectionNumber();
  130       Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId;
  143       Sym.AssociativeComdatTargetSectionId = Sections[Index - 1].UniqueId;
  148       Sym.WeakTargetSymbolId = WE->TagIndex;