reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
522 normExport.otherName = trieExport.otherName().copy(f->ownedAllocations);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp1313 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());