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

References

tools/llvm-readobj/Win64EHDumper.cpp
  158   ResolvedSection = Ctx.COFF.getCOFFSection(**SI);
  292   if (Error E = Ctx.COFF.getSectionContents(XData, Contents))
  293     reportError(std::move(E), Ctx.COFF.getFileName());
  307   for (const auto &Section : Ctx.COFF.sections()) {
  317     const coff_section *PData = Ctx.COFF.getCOFFSection(Section);
  320     if (Error E = Ctx.COFF.getSectionContents(PData, Contents))
  321       reportError(std::move(E), Ctx.COFF.getFileName());
  332       printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),