return ".str";
}
- /// getUnicodeStringSymbolPrefix - Get the default symbol prefix to
- /// use for unicode string literals.
+ /// getUnicodeStringSection - Return the section to use for unicode
+ /// string literals, or 0 if no special section is used.
virtual const char *getUnicodeStringSection() const {
return 0;
}
- /// getCFStringSection - Return the section to use for the CFString
+ /// getCFStringSection - Return the section to use for CFString
/// literals, or 0 if no special section is used.
virtual const char *getCFStringSection() const {
return "__DATA,__cfstring";