Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h167 TYPE_CODE_FUNCTION = 21, // FUNCTION: [vararg, retty, paramty x N] enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp875 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION)); in writeTypeTable()
963 Code = bitc::TYPE_CODE_FUNCTION; in writeTypeTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1812 case bitc::TYPE_CODE_FUNCTION: { in parseTypeTableBody()