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

/external/clang/lib/CodeGen/
H A DCGException.cpp43 static llvm::Constant *getThrowFn(CodeGenFunction &CGF) { function
456 Builder.CreateInvoke3(getThrowFn(*this),
462 Builder.CreateCall3(getThrowFn(*this), ExceptionPtr, TypeInfo, Dtor);

Completed in 31 milliseconds