reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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), 332 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),