Searched refs:NumClauses (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 259 Function *getFindMatchingCatch(Module &M, unsigned NumClauses); 354 unsigned NumClauses) { in getFindMatchingCatch() argument 355 if (FindMatchingCatches.count(NumClauses)) in getFindMatchingCatch() 356 return FindMatchingCatches[NumClauses]; in getFindMatchingCatch() 358 SmallVector<Type *, 16> Args(NumClauses, Int8PtrTy); in getFindMatchingCatch() 362 "__cxa_find_matching_catch_" + Twine(NumClauses + 2), &M); in getFindMatchingCatch() 363 FindMatchingCatches[NumClauses] = F; in getFindMatchingCatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2579 LandingPadInst *CreateLandingPad(Type *Ty, unsigned NumClauses, 2581 return Insert(LandingPadInst::Create(Ty, NumClauses), Name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3605 LLVMValueRef PersFn, unsigned NumClauses,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4707 unsigned NumClauses = Record[Idx++]; in parseFunctionBody() local 4708 LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses); in parseFunctionBody() 4710 for (unsigned J = 0; J != NumClauses; ++J) { in parseFunctionBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3131 LLVMValueRef PersFn, unsigned NumClauses, in LLVMBuildLandingPad() argument 3139 return wrap(unwrap(B)->CreateLandingPad(unwrap(Ty), NumClauses, Name)); in LLVMBuildLandingPad()
|