Searched refs:EPCOrErr (Results 1 – 6 of 6) sorted by relevance
584 if (auto EPCOrErr = SelfExecutorProcessControl::Create()) in prepareForConstruction() local585 EPC = std::move(*EPCOrErr); in prepareForConstruction()587 return EPCOrErr.takeError(); in prepareForConstruction()
619 if (auto EPCOrErr = SelfExecutorProcessControl::Create()) in prepareForConstruction() local620 EPC = std::move(*EPCOrErr); in prepareForConstruction()622 return EPCOrErr.takeError(); in prepareForConstruction()