Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h384 CST_CODE_STRING = 8, // STRING: [values] enumerator
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2505 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_STRING)); in writeConstants()
2607 Code = bitc::CST_CODE_STRING; in writeConstants()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3100 case bitc::CST_CODE_STRING: // STRING: [values] in parseConstants()