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

Declarations

include/llvm/Object/MachO.h
   80   StringRef otherName() const;

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  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 << ")";