Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1416 llvm::Function *raiseOurException = module.getFunction( in createThrowExceptionFunction() local
1424 builder.CreateCall(raiseOurException, exception); in createThrowExceptionFunction()