Files
swift-mirror/include/swift/Serialization/ModuleFile.h
Jordan Rose 2ee8d1a4ad [Serialization] getIdentifierText, for when an Identifier isn't needed
Not everything that goes into the "identifier table" is actually an
Identifier. If we don't need the string to be uniqued in the
ASTContext, don't bother calling getIdentifier.

May save some memory usage (and a string table lookup) for
deserialization.
2018-09-13 08:56:12 -07:00

30 KiB