Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DMangler.cpp220 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForGlobalCOFF() local
249 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForGlobalCOFF() local
273 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForUsedCOFF() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTDiagnostic.cpp334 bool NeedQuotes = true; in FormatASTNodeDiagnosticArgument() local