Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h42 void setNotifyCompiled(NotifyCompiledFunction NotifyCompiled);
78 void setNotifyCompiled(NotifyCompiledCallback NotifyCompiled) { in setNotifyCompiled() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DIRCompileLayer.cpp19 void IRCompileLayer2::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled() function in llvm::orc::IRCompileLayer2