Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h327 CST_CODE_CSTRING = 9, // CSTRING: [values] enumerator
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2245 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2251 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2342 Code = bitc::CST_CODE_CSTRING; in writeConstants()
2348 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
2349 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2278 case bitc::CST_CODE_CSTRING: { // CSTRING: [values] in parseConstants()
2284 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()