Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h142 TYPE_CODE_POINTER = 8, // POINTER: [pointee type] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp858 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in writeTypeTable()
948 Code = bitc::TYPE_CODE_POINTER; in writeTypeTable()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst1178 TYPE_CODE_POINTER Record
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1798 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or in parseTypeTableBody()