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

References

tools/llvm-objcopy/COFF/Writer.cpp
   42     if (Sym.TargetSectionId <= 0) {
   45       Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId);
   45       Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId);
   47       const Section *Sec = Obj.findSection(Sym.TargetSectionId);
   51                                  Sym.Name.str().c_str());
   52       Sym.Sym.SectionNumber = Sec->Index;
   54       if (Sym.Sym.NumberOfAuxSymbols == 1 &&
   55           Sym.Sym.StorageClass == IMAGE_SYM_CLASS_STATIC) {
   58                 Sym.AuxData[0].Opaque);
   60         if (Sym.AssociativeComdatTargetSectionId == 0) {
   65           Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId);
   70                 Sym.Name.str().c_str());
   80     if (Sym.WeakTargetSymbolId && Sym.Sym.NumberOfAuxSymbols == 1) {
   80     if (Sym.WeakTargetSymbolId && Sym.Sym.NumberOfAuxSymbols == 1) {
   82           reinterpret_cast<coff_aux_weak_external *>(Sym.AuxData[0].Opaque);
   83       const Symbol *Target = Obj.findSymbol(*Sym.WeakTargetSymbolId);
   87                                  Sym.Name.str().c_str());