Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DStringToOffsetTable.cpp49 bool UseChars = !EmitLongStrLiterals && AggregateString.size() > (64 * 1024); in EmitStringTableDef() local
50 OS << (UseChars ? "{\n" : "\n"); in EmitStringTableDef()
52 ListSeparator LineSep(UseChars ? ",\n" : "\n"); in EmitStringTableDef()
64 if (!UseChars) { in EmitStringTableDef()
79 OS << LineSep << (UseChars ? "};" : " ;"); in EmitStringTableDef()