Lines Matching refs:TPCIU
44 std::unique_ptr<TPCIndirectionUtils> TPCIU; variable
64 std::unique_ptr<TPCIndirectionUtils> TPCIU, in KaleidoscopeJIT() argument
66 : TPC(std::move(TPC)), ES(std::move(ES)), TPCIU(std::move(TPCIU)), in KaleidoscopeJIT()
74 this->TPCIU->getLazyCallThroughManager(),
75 [this] { return this->TPCIU->createIndirectStubsManager(); }),
85 if (auto Err = TPCIU->cleanup()) in ~KaleidoscopeJIT()
97 auto TPCIU = TPCIndirectionUtils::Create(**TPC); in Create() local
98 if (!TPCIU) in Create()
99 return TPCIU.takeError(); in Create()
101 (*TPCIU)->createLazyCallThroughManager( in Create()
104 if (auto Err = setUpInProcessLCTMReentryViaTPCIU(**TPCIU)) in Create()
114 std::move(*TPCIU), std::move(JTMB), in Create()