reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 StringRef otherName() const;
521 if (!trieExport.otherName().empty()) 522 normExport.otherName = trieExport.otherName().copy(f->ownedAllocations);tools/llvm-nm/llvm-nm.cpp
1404 if (Entry.otherName().empty()) 1407 EOS << Entry.otherName(); 1416 if (Entry.otherName().empty()) 1419 U.Name = Entry.otherName(); 1436 if (Entry.otherName().empty()) 1439 EOS << Entry.otherName();tools/llvm-objdump/MachODump.cpp
10303 if (Entry.otherName().empty()) 10306 outs() << " (" << Entry.otherName() << " from " << DylibName << ")";