Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h362 CST_CODE_STRING = 8, // STRING: [values] enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2419 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_STRING)); in writeConstants()
2520 Code = bitc::CST_CODE_STRING; in writeConstants()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2505 case bitc::CST_CODE_STRING: // STRING: [values] in parseConstants()