Searched refs:IncrExecutor (Results 1 – 2 of 2) sorted by relevance
239 if (IncrExecutor) { in ~Interpreter()330 if (!IncrExecutor) { in getExecutionEngine()335 return IncrExecutor->GetExecutionEngine(); in getExecutionEngine()375 IncrExecutor = std::move(Executor); in CreateExecutor()382 if (!IncrExecutor) { in Execute()388 if (auto Err = IncrExecutor->addModule(T)) in Execute()391 if (auto Err = IncrExecutor->runCtors()) in Execute()418 if (!IncrExecutor) in getSymbolAddress()428 if (!IncrExecutor) in getSymbolAddress()438 if (!IncrExecutor) in getSymbolAddressFromLinkerName()[all …]
79 std::unique_ptr<IncrementalExecutor> IncrExecutor; variable