Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp257 if (llvm::Error Err = CreateExecutor()) { in Interpreter()
364 if (auto Err = CreateExecutor()) in getExecutionEngine()
417 llvm::Error Interpreter::CreateExecutor() { in CreateExecutor() function in Interpreter
455 auto Err = CreateExecutor(); in Execute()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h119 llvm::Error CreateExecutor();