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

Declarations

tools/llvm-objcopy/COFF/Object.h
  132   const Section *findSection(ssize_t UniqueId) const;

References

tools/llvm-objcopy/COFF/Writer.cpp
   47       const Section *Sec = Obj.findSection(Sym.TargetSectionId);
   65           Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId);