Searched refs:CODLayer (Results 1 – 2 of 2) sorted by relevance
275 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()279 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()295 std::unique_ptr<CompileOnDemandLayer> CODLayer; variable
1232 return CODLayer->add(JD, std::move(TSM)); in addLazyIRModule()1273 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()1277 CODLayer->setCloneToNewContextOnEmit(true); in LLLazyJIT()