Searched defs:deleteOurException (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp325 void deleteOurException(OurUnwindException *expToDelete) { function
328 "deleteOurException(...).\n");
352 deleteOurException(expToDelete);
1238 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); local
1241 builder.CreateCall(deleteOurException,
1822 // deleteOurException
1835 "deleteOurException",

Completed in 485 milliseconds