Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h152 TYPE_CODE_ARRAY = 11, // ARRAY: [numelts, eltty] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1002 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in writeTypeTable()
1121 Code = bitc::TYPE_CODE_ARRAY; in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1066 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in writeTypeTable()
1150 Code = bitc::TYPE_CODE_ARRAY; in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2682 case bitc::TYPE_CODE_ARRAY: // ARRAY: [numelts, eltty] in parseTypeTableBody()