Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h363 CST_CODE_CSTRING = 9, // CSTRING: [values] enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2425 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2431 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2517 Code = bitc::CST_CODE_CSTRING; in writeConstants()
2523 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
2524 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2506 case bitc::CST_CODE_CSTRING: { // CSTRING: [values] in parseConstants()
2512 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()