Searched refs:TYPE_CODE_POINTER (Results 1 – 5 of 5) sorted by relevance
145 TYPE_CODE_POINTER = 8, // POINTER: [pointee type] enumerator
966 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in writeTypeTable()1064 Code = bitc::TYPE_CODE_POINTER; in writeTypeTable()1075 Code = bitc::TYPE_CODE_POINTER; in writeTypeTable()
904 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in writeTypeTable()993 Code = bitc::TYPE_CODE_POINTER; in writeTypeTable()
1185 TYPE_CODE_POINTER Record
2354 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or in parseTypeTableBody()