Home
last modified time | relevance | path

Searched refs:CODLayer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h275 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
279 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()
295 std::unique_ptr<CompileOnDemandLayer> CODLayer; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1232 return CODLayer->add(JD, std::move(TSM)); in addLazyIRModule()
1273 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
1277 CODLayer->setCloneToNewContextOnEmit(true); in LLLazyJIT()