Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h201 CompileFunctionCreator CreateCompileFunction; variable
243 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
244 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp115 if (S.CreateCompileFunction) in createCompileFunction()
116 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()