Home
last modified time | relevance | path

Searched refs:getExecutionEngine (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalExecutor.h55 llvm::orc::LLJIT *getExecutionEngine() const { return Jit.get(); } in getExecutionEngine() function
H A DInterpreter.cpp202 const llvm::orc::LLJIT *Interpreter::getExecutionEngine() const { in getExecutionEngine() function in Interpreter
204 return IncrExecutor->getExecutionEngine(); in getExecutionEngine()
/llvm-project-15.0.7/clang/include/clang/Interpreter/
H A DInterpreter.h60 const llvm::orc::LLJIT *getExecutionEngine() const;