Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h606 FUNC_CODE_INST_CLEANUPPAD = 51, // CLEANUPPAD: [num,args...] enumerator
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5363 case bitc::FUNC_CODE_INST_CLEANUPPAD: { // [tok,num,(ty,val)*] in parseFunctionBody()
5388 if (BitCode == bitc::FUNC_CODE_INST_CLEANUPPAD) in parseFunctionBody()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3029 : bitc::FUNC_CODE_INST_CLEANUPPAD; in writeInstruction()