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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h98 TYPE_CODE_POINTER = 8, // POINTER: [pointee type] enumerator in enum:llvm::bitc::TypeCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp178 case bitc::TYPE_CODE_POINTER: return "POINTER";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp324 // Abbrev for TYPE_CODE_POINTER.
326 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
404 Code = bitc::TYPE_CODE_POINTER;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp766 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or

Completed in 118 milliseconds