Home
last modified time | relevance | path

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

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