Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp326 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() function
353 deleteOurException(expToDelete); in deleteFromUnwindOurException()
1236 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); in createCatchWrappedInvokeFunction() local
1239 builder.CreateCall(deleteOurException, in createCatchWrappedInvokeFunction()