Searched refs:isCStrChar6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2424 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; local
2429 if (isCStrChar6)
2430 isCStrChar6 = BitCodeAbbrevOp::isChar6(V);
2433 if (isCStrChar6)

Completed in 59 milliseconds