Home
last modified time | relevance | path

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

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