Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp448 LLVMRoutineManager *routineManager; member in rr::LLVMReactorJIT
456 routineManager(nullptr) in LLVMReactorJIT()
466 routineManager = new LLVMRoutineManager(); in startSession()
474 ::module, &error, routineManager, llvm::CodeGenOpt::Aggressive, in startSession()
482 routineManager = nullptr; in endSession()
491 return routineManager->acquireRoutine(entry); in acquireRoutine()