Lines Matching refs:EHScopeStack
114 char *EHScopeStack::allocate(size_t Size) { in allocate()
145 void EHScopeStack::deallocate(size_t Size) { in deallocate()
149 bool EHScopeStack::containsOnlyLifetimeMarkers( in containsOnlyLifetimeMarkers()
150 EHScopeStack::stable_iterator Old) const { in containsOnlyLifetimeMarkers()
151 for (EHScopeStack::iterator it = begin(); stabilize(it) != Old; it++) { in containsOnlyLifetimeMarkers()
160 bool EHScopeStack::requiresLandingPad() const { in requiresLandingPad()
174 EHScopeStack::stable_iterator
175 EHScopeStack::getInnermostActiveNormalCleanup() const { in getInnermostActiveNormalCleanup()
186 void *EHScopeStack::pushCleanup(CleanupKind Kind, size_t Size) { in pushCleanup()
210 void EHScopeStack::popCleanup() { in popCleanup()
235 EHFilterScope *EHScopeStack::pushFilter(unsigned numFilters) { in pushFilter()
243 void EHScopeStack::popFilter() { in popFilter()
252 EHCatchScope *EHScopeStack::pushCatch(unsigned numHandlers) { in pushCatch()
260 void EHScopeStack::pushTerminate() { in pushTerminate()
271 void EHScopeStack::popNullFixups() { in popNullFixups()
276 EHScopeStack::iterator it = find(InnermostNormalCleanup); in popNullFixups()
306 void EHScopeStack::Cleanup::anchor() {} in anchor()
421 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks()
440 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old, in PopCleanupBlocks()
515 EHScopeStack::Cleanup *Fn, in EmitCleanup()
516 EHScopeStack::Cleanup::Flags flags, in EmitCleanup()
623 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
702 llvm::AlignedCharArray<EHScopeStack::ScopeStackAlignment, 8 * sizeof(void *)> CleanupBufferStack; in PopCleanupBlock()
705 EHScopeStack::Cleanup *Fn; in PopCleanupBlock()
709 Fn = reinterpret_cast<EHScopeStack::Cleanup *>(CleanupBufferStack.buffer); in PopCleanupBlock()
713 Fn = reinterpret_cast<EHScopeStack::Cleanup *>(CleanupBufferHeap.get()); in PopCleanupBlock()
716 EHScopeStack::Cleanup::Flags cleanupFlags; in PopCleanupBlock()
977 EHScopeStack::stable_iterator TopCleanup = in isObviouslyBranchWithoutCleanups()
1008 EHScopeStack::stable_iterator in EmitBranchThroughCleanup()
1047 EHScopeStack::stable_iterator I = TopCleanup; in EmitBranchThroughCleanup()
1048 EHScopeStack::stable_iterator E = Dest.getScopeDepth(); in EmitBranchThroughCleanup()
1073 static bool IsUsedAsNormalCleanup(EHScopeStack &EHStack, in IsUsedAsNormalCleanup()
1074 EHScopeStack::stable_iterator C) { in IsUsedAsNormalCleanup()
1080 for (EHScopeStack::stable_iterator in IsUsedAsNormalCleanup()
1092 static bool IsUsedAsEHCleanup(EHScopeStack &EHStack, in IsUsedAsEHCleanup()
1093 EHScopeStack::stable_iterator cleanup) { in IsUsedAsEHCleanup()
1099 for (EHScopeStack::stable_iterator in IsUsedAsEHCleanup()
1124 EHScopeStack::stable_iterator C, in SetupCleanupBlockActivation()
1181 void CodeGenFunction::ActivateCleanupBlock(EHScopeStack::stable_iterator C, in ActivateCleanupBlock()
1193 void CodeGenFunction::DeactivateCleanupBlock(EHScopeStack::stable_iterator C, in DeactivateCleanupBlock()