Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp71 llvm::Expected<std::unique_ptr<ToolExecutor>> Executor = in createExecutorFromCommandLineArgsImpl() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp38 class Executor { class
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp53 class Executor { class
55 explicit Executor(StringRef s) : prog(saver().save(s)) {} in Executor() function in lld::coff::__anonb314bdcb0111::Executor
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp373 auto Executor = std::make_unique<IncrementalExecutor>(*TSCtx, Err, TI); in CreateExecutor() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp650 class Executor { class
663 Executor(EmulateInstructionRISCV &emulator, bool ignoreCond, bool is_rvc) in Executor() function in lldb_private::Executor