Home
last modified time | relevance | path

Searched defs:Executor (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/
HDExecution.cpp71 llvm::Expected<std::unique_ptr<ToolExecutor>> Executor = in createExecutorFromCommandLineArgsImpl() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDParallel.cpp38 class Executor { class
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp439 auto Executor = std::make_unique<WasmIncrementalExecutor>(*TSCtx); in CreateExecutor() local
441 auto Executor = in CreateExecutor() local
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDriverUtils.cpp55 class Executor { class
57 explicit Executor(StringRef s) : prog(saver().save(s)) {} in Executor() function in lld::coff::__anonb372db2f0111::Executor
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.cpp665 class Executor { class
678 Executor(EmulateInstructionRISCV &emulator, bool ignoreCond, bool is_rvc) in Executor() function in lldb_private::Executor