Searched refs:canBeUnquotedInDirective (Results 1 – 1 of 1) sorted by relevance
193 static bool canBeUnquotedInDirective(char C) { in canBeUnquotedInDirective() function197 static bool canBeUnquotedInDirective(StringRef Name) { in canBeUnquotedInDirective() function204 if (!canBeUnquotedInDirective(C)) in canBeUnquotedInDirective()221 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForGlobalCOFF()253 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForUsedCOFF()