Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:nativethrowfunct

1381 /// calling nativeThrowFunct.
1388 /// nativeThrowFunct being called to generate/throw exception.
1389 /// @param nativeThrowFunct function which will throw a foreign exception
1398 llvm::Function &nativeThrowFunct) {
1436 builder.CreateCall(&nativeThrowFunct, exceptionType);
1523 llvm::Function *nativeThrowFunct = module.getFunction(nativeThrowFunctName);
1532 *nativeThrowFunct);