Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp327 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() function
354 deleteOurException(expToDelete); in deleteFromUnwindOurException()
1237 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); in createCatchWrappedInvokeFunction() local
1240 builder.CreateCall(deleteOurException, in createCatchWrappedInvokeFunction()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp332 void deleteOurException(OurUnwindException *expToDelete) { in deleteOurException() function
359 deleteOurException(expToDelete); in deleteFromUnwindOurException()
1229 llvm::Function *deleteOurException = module.getFunction("deleteOurException"); in createCatchWrappedInvokeFunction() local
1232 builder.CreateCall(deleteOurException, in createCatchWrappedInvokeFunction()