Home
last modified time | relevance | path

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

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