Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h365 CST_CODE_STRING = 8, // STRING: [values] enumerator
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1947 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_STRING)); in writeConstants()
2053 Code = bitc::CST_CODE_STRING; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2457 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_STRING)); in writeConstants()
2559 Code = bitc::CST_CODE_STRING; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2973 case bitc::CST_CODE_STRING: // STRING: [values] in parseConstants()