Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h145 TYPE_CODE_POINTER = 8, // POINTER: [pointee type] enumerator
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp904 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in writeTypeTable()
993 Code = bitc::TYPE_CODE_POINTER; in writeTypeTable()
/openbsd/src/gnu/llvm/llvm/docs/
DBitCodeFormat.rst1185 TYPE_CODE_POINTER Record
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2354 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or in parseTypeTableBody()