Home
last modified time | relevance | path

Searched refs:nativeThrowFunct (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1344 llvm::Function &nativeThrowFunct) { in createThrowExceptionFunction() argument
1382 builder.CreateCall(&nativeThrowFunct, exceptionType); in createThrowExceptionFunction()
1469 llvm::Function *nativeThrowFunct = module.getFunction(nativeThrowFunctName); in createUnwindExceptionTest() local
1478 *nativeThrowFunct); in createUnwindExceptionTest()