Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h573 FUNC_CODE_INST_CATCHRET = 49, // CATCHRET: [val,bb#] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2925 Code = bitc::FUNC_CODE_INST_CATCHRET; in writeInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4471 case bitc::FUNC_CODE_INST_CATCHRET: { // CATCHRET: [val,bb#] in parseFunctionBody()