Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_RET (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h369 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1901 Code = bitc::FUNC_CODE_INST_RET; in WriteInstruction()
2683 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo()
2690 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4391 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>] in parseFunctionBody()