Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h323 FUNC_CODE_INST_RESUME = 39, // RESUME: [opval] enumerator
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1344 Code = bitc::FUNC_CODE_INST_RESUME; in WriteInstruction()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2685 case bitc::FUNC_CODE_INST_RESUME: { // RESUME: [opval] in ParseFunctionBody()