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

References

tools/llvm-objdump/COFFDump.cpp
  450   for (const SectionRef &Section : Obj->sections()) {
  451     StringRef Name = unwrapOrError(Section.getName(), Obj->getFileName());
  455     const coff_section *Pdata = Obj->getCOFFSection(Section);
  463     if (Error E = Obj->getSectionContents(Pdata, Contents))
  464       reportError(std::move(E), Obj->getFileName());