Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h273 FUNC_CODE_INST_UNWIND = 14, // UNWIND enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp234 case bitc::FUNC_CODE_INST_UNWIND: return "INST_UNWIND"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1150 Code = bitc::FUNC_CODE_INST_UNWIND; in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2520 case bitc::FUNC_CODE_INST_UNWIND: // UNWIND in ParseFunctionBody()