reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  639   ThrewGV = getGlobalVariableI32(M, IRB, "__THREW__");
  640   ThrewValueGV = getGlobalVariableI32(M, IRB, "__threwValue");
  642       Function::Create(FunctionType::get(IRB.getInt32Ty(), false),
  645       FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false),
  645       FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false),
  656         FunctionType::get(IRB.getVoidTy(), IRB.getInt8PtrTy(), false);
  656         FunctionType::get(IRB.getVoidTy(), IRB.getInt8PtrTy(), false);
  662         FunctionType::get(IRB.getInt32Ty(), IRB.getInt8PtrTy(), false);
  662         FunctionType::get(IRB.getInt32Ty(), IRB.getInt8PtrTy(), false);
  691                                        IRB.getInt32Ty(), Type::getInt32PtrTy(C),
  692                                        IRB.getInt32Ty()};
  699       Params = {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()};
  699       Params = {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()};
  700       FTy = FunctionType::get(IRB.getInt32Ty(), Params, false);
  704       FTy = FunctionType::get(IRB.getVoidTy(),
  705                               {IRB.getInt32Ty(), IRB.getInt32Ty()}, false);
  705                               {IRB.getInt32Ty(), IRB.getInt32Ty()}, false);