Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h459 FUNC_CODE_INST_CLEANUPPAD = 51, // CLEANUPPAD: [num,args...] enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h567 FUNC_CODE_INST_CLEANUPPAD = 51, // CLEANUPPAD: [num,args...] enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h553 FUNC_CODE_INST_CLEANUPPAD = 51, // CLEANUPPAD: [num,args...] enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4330 case bitc::FUNC_CODE_INST_CLEANUPPAD: { // [tok,num,(ty,val)*] in parseFunctionBody()
4353 if (BitCode == bitc::FUNC_CODE_INST_CLEANUPPAD) in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4945 case bitc::FUNC_CODE_INST_CLEANUPPAD: { // [tok,num,(ty,val)*] in parseFunctionBody()
4968 if (BitCode == bitc::FUNC_CODE_INST_CLEANUPPAD) in parseFunctionBody()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4432 case bitc::FUNC_CODE_INST_CLEANUPPAD: { // [tok,num,(ty,val)*] in parseFunctionBody()
4455 if (BitCode == bitc::FUNC_CODE_INST_CLEANUPPAD) in parseFunctionBody()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2484 : bitc::FUNC_CODE_INST_CLEANUPPAD; in writeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2809 : bitc::FUNC_CODE_INST_CLEANUPPAD; in writeInstruction()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2888 : bitc::FUNC_CODE_INST_CLEANUPPAD; in writeInstruction()