Lines Matching defs:EPCIU
44 std::unique_ptr<EPCIndirectionUtils> EPCIU;
64 std::unique_ptr<EPCIndirectionUtils> EPCIU,
66 : ES(std::move(ES)), EPCIU(std::move(EPCIU)), DL(std::move(DL)),
74 CODLayer(*this->ES, IPLayer, this->EPCIU->getLazyCallThroughManager(),
75 [this] { return this->EPCIU->createIndirectStubsManager(); }),
85 if (auto Err = EPCIU->cleanup())
96 auto EPCIU = EPCIndirectionUtils::Create(*ES);
97 if (!EPCIU)
98 return EPCIU.takeError();
100 (*EPCIU)->createLazyCallThroughManager(
103 if (auto Err = setUpInProcessLCTMReentryViaEPCIU(**EPCIU))
113 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(*EPCIU),