reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10366 StringRef SegmentName = Entry.segmentName(); 10367 StringRef SectionName = Entry.sectionName(); 10368 uint64_t Address = Entry.address(); 10373 if (Entry.flags() & MachO::BIND_SYMBOL_FLAGS_WEAK_IMPORT) 10378 << left_justify(Entry.typeName(), 8) << " " 10379 << format_decimal(Entry.addend(), 8) << " " 10380 << left_justify(ordinalName(Obj, Entry.ordinal()), 16) << " " 10381 << Entry.symbolName() << Attr << "\n";