Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp71 llvm::Expected<std::unique_ptr<ToolExecutor>> Executor = in createExecutorFromCommandLineArgsImpl() local
/src/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp38 class Executor { class
/src/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
/src/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::__anone37f8a4a0111::Executor
/src/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