Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp71 llvm::Expected<std::unique_ptr<ToolExecutor>> Executor = in createExecutorFromCommandLineArgsImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp39 class Executor { global() class
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp55 class Executor { in Executor() function in lld::coff::__anone49853670111::Executor
53 class Executor { global() class
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp373 auto Executor = std::make_unique<IncrementalExecutor>(*TSCtx, Err, TI); CreateExecutor() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp650 class Executor { global() class
663 Executor(EmulateInstructionRISCV &emulator, bool ignoreCond, bool is_rvc) Executor() function in lldb_private::Executor