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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h285 FUNC_CODE_INST_INVOKE = 13, // INVOKE: [attr, fnty, op0,op1, ...] enumerator in enum:llvm::bitc::FunctionCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp235 case bitc::FUNC_CODE_INST_INVOKE: return "INST_INVOKE";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1323 Code = bitc::FUNC_CODE_INST_INVOKE;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2634 case bitc::FUNC_CODE_INST_INVOKE: {

Completed in 91 milliseconds