Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h98 TYPE_CODE_POINTER = 8, // POINTER: [pointee type] enumerator
/trueos/contrib/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp178 case bitc::TYPE_CODE_POINTER: return "POINTER"; in GetCodeName()
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp326 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in WriteTypeTable()
404 Code = bitc::TYPE_CODE_POINTER; in WriteTypeTable()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp766 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or in ParseTypeTableBody()