Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp284 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() function
311 deleteOurException(expToDelete); in deleteFromUnwindOurException()
1185 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); in createCatchWrappedInvokeFunction() local
1188 builder.CreateCall(deleteOurException, in createCatchWrappedInvokeFunction()