Lines Matching defs:DeallocActions
263 auto DeallocActions = runFinalizeActions(G->allocActions());
264 if (!DeallocActions) {
265 OnFinalized(DeallocActions.takeError());
284 std::move(*DeallocActions)));
454 DeallocActionsList.push_back(std::move(FA->DeallocActions));
463 auto &DeallocActions = DeallocActionsList.back();
467 while (!DeallocActions.empty()) {
468 if (auto Err = DeallocActions.back().runWithSPSRetErrorMerged())
470 DeallocActions.pop_back();
487 std::vector<orc::shared::WrapperFunctionCall> DeallocActions) {
491 {std::move(StandardSegments), std::move(DeallocActions)});