Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h36 using NotifyCompiledFunction = variable
42 void setNotifyCompiled(NotifyCompiledFunction NotifyCompiled);
51 NotifyCompiledFunction NotifyCompiled = NotifyCompiledFunction();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DIRCompileLayer.cpp19 void IRCompileLayer2::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()