Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h361 CST_CODE_AGGREGATE = 7, // AGGREGATE: [n x value number] enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2412 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_AGGREGATE)); in writeConstants()
2550 Code = bitc::CST_CODE_AGGREGATE; in writeConstants()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2478 case bitc::CST_CODE_AGGREGATE: {// AGGREGATE: [n x value number] in parseConstants()