Home
last modified time | relevance | path

Searched refs:runCommand (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh74 runCommand() { function
103 runCommand "Unpacking CodeSourcery in ${CODE_SOURCERY}" \
141 runCommand "Unpacking LLVM" tar jxf ${LLVM_PKG_PATH}/${LLVM_PKG}
169 runCommand "Unpacking LLVM-GCC" tar jxf ${LLVM_PKG_PATH}/${LLVMGCC_PKG}
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp380 bool runCommand(std::string Request, const SymbolIndex &Index) { in runCommand() function
442 return runCommand(ExecCommand, *Index) ? 0 : 1; in main()
446 runCommand(std::move(*Request), *Index); in main()