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

References

tools/llvm-objdump/llvm-objdump.cpp
 1801   if (const COFFObjectFile *Coff = dyn_cast<const COFFObjectFile>(O)) {
 1806   const StringRef FileName = O->getFileName();
 1807   for (auto I = O->symbol_begin(), E = O->symbol_end(); I != E; ++I) {
 1807   for (auto I = O->symbol_begin(), E = O->symbol_end(); I != E; ++I) {
 1819     if (Type == SymbolRef::ST_Debug && Section != O->section_end()) {
 1849     const char *Fmt = O->getBytesInAddress() > 4 ? "%016" PRIx64 :
 1865     } else if (Section == O->section_end()) {
 1869           dyn_cast<const MachOObjectFile>(O)) {
 1875           unwrapOrError(Section->getName(), O->getFileName());
 1879     if (Common || isa<ELFObjectFileBase>(O)) {
 1885     if (isa<ELFObjectFileBase>(O)) {