Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h322 FUNC_CODE_INST_RESUME = 39, // RESUME: [opval] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1409 Code = bitc::FUNC_CODE_INST_RESUME; in WriteInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2642 case bitc::FUNC_CODE_INST_RESUME: { // RESUME: [opval] in ParseFunctionBody()