Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h145 TYPE_CODE_POINTER = 8, // POINTER: [pointee type] enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp966 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()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A 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/
H A DBitCodeFormat.rst1185 TYPE_CODE_POINTER Record
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2354 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or in parseTypeTableBody()