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

/external/clang/lib/CodeGen/
H A DCGException.cpp1607 const char *RethrowName = Personality.CatchallRethrowFn; local
1608 if (RethrowName != nullptr && !isCleanup) {
1609 EmitRuntimeCall(getCatchallRethrowFn(CGM, RethrowName),

Completed in 1167 milliseconds