Home
last modified time | relevance | path

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

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