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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  522           normExport.otherName = trieExport.otherName().copy(f->ownedAllocations);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
 1313   if ((entry.flags & EXPORT_SYMBOL_FLAGS_REEXPORT) && !entry.otherName.empty())
 1314     newNode->_importedName = entry.otherName.copy(allocator);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1555       exprt.otherName = StringRef();
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  663     io.mapOptional("other-name",   exp.otherName, StringRef());