Searched refs:Exn (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 4167 explicit ResumeInst(Value *Exn, Instruction *InsertBefore=nullptr); 4168 ResumeInst(Value *Exn, BasicBlock *InsertAtEnd); 4177 static ResumeInst *Create(Value *Exn, Instruction *InsertBefore = nullptr) { 4178 return new(1) ResumeInst(Exn, InsertBefore); 4181 static ResumeInst *Create(Value *Exn, BasicBlock *InsertAtEnd) { 4182 return new(1) ResumeInst(Exn, InsertAtEnd);
|
D | IRBuilder.h | 1106 ResumeInst *CreateResume(Value *Exn) { in CreateResume() argument 1107 return Insert(ResumeInst::Create(Exn)); in CreateResume()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 903 ResumeInst::ResumeInst(Value *Exn, Instruction *InsertBefore) in ResumeInst() argument 904 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst() 906 Op<0>() = Exn; in ResumeInst() 909 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) in ResumeInst() argument 910 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst() 912 Op<0>() = Exn; in ResumeInst()
|
D | Core.cpp | 3162 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) { in LLVMBuildResume() argument 3163 return wrap(unwrap(B)->CreateResume(unwrap(Exn))); in LLVMBuildResume()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3603 LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6141 Value *Exn; LocTy ExnLoc; in ParseResume() local 6142 if (ParseTypeAndValue(Exn, ExnLoc, PFS)) in ParseResume() 6145 ResumeInst *RI = ResumeInst::Create(Exn); in ParseResume()
|
/third_party/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 13543 'ʈǝb��XK����7�fvuu��?���w������_���?��8�����Mz\���Cx�k���i���ה����>�Exn�]^��me����N(j��B_�…
|