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

References

tools/llvm-readobj/COFFDumper.cpp
 1322     const coff_section *Section = Obj->getCOFFSection(Sec);
 1324     StringRef Name = unwrapOrError(Obj->getFileName(), Sec.getName());
 1343       for (const RelocationRef &Reloc : Sec.relocations())
 1344         printRelocation(Sec, Reloc);
 1350         if (!Sec.containsSymbol(Symbol))
 1359       StringRef Data = unwrapOrError(Obj->getFileName(), Sec.getContents());