Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h266 CompileFunctionCreator CreateCompileFunction; variable
324 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
325 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/external/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()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp936 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
1042 if (S.CreateCompileFunction) in createCompileFunction()
1043 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()