Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestLuaAPI.py65 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dutil.py317 def executeCommand(command, cwd=None, env=None, input=None, timeout=0, function
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dutil.py178 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): function
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp209 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd, in executeCommand() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp571 AdbClient::SyncService::executeCommand(const std::function<Status()> &cmd) { in executeCommand() function in AdbClient::SyncService