Searched refs:CallBlockRelease (Results 1 – 1 of 1) sorted by relevance
2244 struct CallBlockRelease : EHScopeStack::Cleanup { struct2246 CallBlockRelease(llvm::Value *Addr) : Addr(Addr) {} in CallBlockRelease() argument2264 EHStack.pushCleanup<CallBlockRelease>(NormalAndEHCleanup, emission.Address); in enterByrefCleanup()