Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h178 IRCompileLayer &getIRCompileLayer() { return *CompileLayer; } in getIRCompileLayer() function
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp688 return cantFail(J.getIRCompileLayer().getCompiler()(M)); in createStandardSymbolsObject()