Lines Matching full:nativethrowfunct
1423 /// calling nativeThrowFunct.
1430 /// nativeThrowFunct being called to generate/throw exception.
1431 /// @param nativeThrowFunct function which will throw a foreign exception
1440 llvm::Function &nativeThrowFunct) {
1478 builder.CreateCall(&nativeThrowFunct, exceptionType);
1565 llvm::Function *nativeThrowFunct = module.getFunction(nativeThrowFunctName);
1574 *nativeThrowFunct);