Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h222 IRCompileLayer &getIRCompileLayer() { return *CompileLayer; } in getIRCompileLayer()
260 std::unique_ptr<IRCompileLayer> CompileLayer; variable
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1012 CompileLayer = std::make_unique<IRCompileLayer>( in LLJIT()
1014 TransformLayer = std::make_unique<IRTransformLayer>(*ES, *CompileLayer); in LLJIT()