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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
 1304   auto *newEdge = new (allocator) TrieEdge(partialStr, newNode);
 1310   newNode->_address = entry.offset;
 1311   newNode->_flags = entry.flags | entry.kind;
 1312   newNode->_other = entry.otherOffset;
 1314     newNode->_importedName = entry.otherName.copy(allocator);
 1315   newNode->_hasExportInfo = true;
 1316   allNodes.push_back(newNode);