Home
last modified time | relevance | path

Searched defs:NeedQuotes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp223 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForGlobalCOFF() local
262 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForGlobalCOFF() local
286 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForUsedCOFF() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp369 bool NeedQuotes = true; in FormatASTNodeDiagnosticArgument() local