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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h282 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp232 case bitc::FUNC_CODE_INST_RET: return "INST_RET";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1271 Code = bitc::FUNC_CODE_INST_RET;
1759 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET));
1766 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET));
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2482 case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>]

Completed in 185 milliseconds