Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h568 FUNC_CODE_INST_RESUME = 39, // RESUME: [opval] enumerator
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2404 Code = bitc::FUNC_CODE_INST_RESUME; in writeInstruction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2959 Code = bitc::FUNC_CODE_INST_RESUME; in writeInstruction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5426 case bitc::FUNC_CODE_INST_RESUME: { // RESUME: [opval] in parseFunctionBody()