Home
last modified time | relevance | path

Searched refs:canBeUnquotedInDirective (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DMangler.cpp193 static bool canBeUnquotedInDirective(char C) { in canBeUnquotedInDirective() function
197 static bool canBeUnquotedInDirective(StringRef Name) { in canBeUnquotedInDirective() function
204 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()