Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h366 CST_CODE_CSTRING = 9, // CSTRING: [values] enumerator
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1953 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
1959 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2050 Code = bitc::CST_CODE_CSTRING; in writeConstants()
2056 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
2057 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2463 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2469 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_CSTRING)); in writeConstants()
2556 Code = bitc::CST_CODE_CSTRING; in writeConstants()
2562 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
2563 bool isCStrChar6 = Code == bitc::CST_CODE_CSTRING; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2974 case bitc::CST_CODE_CSTRING: { // CSTRING: [values] in parseConstants()
2980 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()