Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h285 FUNC_CODE_INST_INVOKE = 13, // INVOKE: [attr, fnty, op0,op1, ...] enumerator
/trueos/contrib/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp235 case bitc::FUNC_CODE_INST_INVOKE: return "INST_INVOKE"; in GetCodeName()
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1323 Code = bitc::FUNC_CODE_INST_INVOKE; in WriteInstruction()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2634 case bitc::FUNC_CODE_INST_INVOKE: { in ParseFunctionBody()