Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h457 FUNC_CODE_INST_CATCHRET = 49, // CATCHRET: [val,bb#] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2474 Code = bitc::FUNC_CODE_INST_CATCHRET; in writeInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4890 case bitc::FUNC_CODE_INST_CATCHRET: { // CATCHRET: [val,bb#] in parseFunctionBody()