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

References

tools/llvm-objdump/llvm-objdump.cpp
 1735       Type += Type.empty() ? "DATA" : " DATA";
 1735       Type += Type.empty() ? "DATA" : " DATA";
 1737       Type += Type.empty() ? "BSS" : " BSS";
 1737       Type += Type.empty() ? "BSS" : " BSS";
 1744              << " " << Type << "\n";
 1748              << format_hex_no_prefix(VMA, AddressWidth) << " " << Type << "\n";