Searched refs:RethrowName (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp1653 const char *RethrowName = Personality.CatchallRethrowFn; local
1654 if (RethrowName != 0 && !isCleanup) {
1655 EmitRuntimeCall(getCatchallRethrowFn(CGM, RethrowName),

Completed in 102 milliseconds