reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
225 outs() << "Segment " << Seg.segname << ": " 226 << format(fmt.str().c_str(), Seg.vmsize); 228 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff " 229 << Seg.fileoff << ")"; 231 total += Seg.vmsize; 233 for (unsigned J = 0; J < Seg.nsects; ++J) { 247 if (Seg.nsects != 0)