HomeSort by: relevance | last modified time | path
    Searched refs:CreateCompileFunction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 193 createCompileFunction(LLJITBuilderState &S, JITTargetMachineBuilder JTMB);
267 CompileFunctionCreator CreateCompileFunction;
325 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) {
326 impl().CreateCompileFunction = std::move(CreateCompileFunction);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp 959 << (CreateCompileFunction ? "Yes" : "No") << "\n"
1062 LLJIT::createCompileFunction(LLJITBuilderState &S,
1066 if (S.CreateCompileFunction)
1067 return S.CreateCompileFunction(std::move(JTMB));
1113 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB));

Completed in 17 milliseconds