Home
last modified time | relevance | path

Searched defs:executeCommand (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Dutil.py317 def executeCommand(command, cwd=None, env=None, input=None, timeout=0, function
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp214 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd, in executeCommand() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp571 AdbClient::SyncService::executeCommand(const std::function<Status()> &cmd) { in executeCommand() function in AdbClient::SyncService