Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h27 extern llvm::cl::opt<bool> EmitLongStrLiterals;
173 if (EmitLongStrLiterals) { in emitStringLiteralDef()
H A DTableGen.cpp63 cl::opt<bool> EmitLongStrLiterals( variable