Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h142 TYPE_CODE_POINTER = 8, // POINTER: [pointee type] enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp862 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in writeTypeTable()
952 Code = bitc::TYPE_CODE_POINTER; in writeTypeTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1771 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or in parseTypeTableBody()