Lines Matching defs:DeallocActions
260 auto DeallocActions = runFinalizeActions(G->allocActions());
261 if (!DeallocActions) {
262 OnFinalized(DeallocActions.takeError());
281 std::move(*DeallocActions)));
452 DeallocActionsList.push_back(std::move(FA->DeallocActions));
461 auto &DeallocActions = DeallocActionsList.back();
465 while (!DeallocActions.empty()) {
466 if (auto Err = DeallocActions.back().runWithSPSRetErrorMerged())
468 DeallocActions.pop_back();
485 std::vector<orc::shared::WrapperFunctionCall> DeallocActions) {
489 {std::move(StandardSegments), std::move(DeallocActions)});