Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h86 llvm::Error CreateExecutor();
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp331 if (auto Err = CreateExecutor()) in getExecutionEngine()
369 llvm::Error Interpreter::CreateExecutor() { in CreateExecutor() function in Interpreter
383 auto Err = CreateExecutor(); in Execute()