Home
last modified time | relevance | path

Searched refs:Script (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/Shell/BuildScript/
H A Dscript-args.test7 CHECK: Script Arguments:
20 MULTI-INPUT: Script Arguments:
H A Dtoolchain-clang-cl.test9 CHECK-32: Script Arguments:
30 CHECK-64: Script Arguments:
H A Dtoolchain-msvc.test9 32BIT: Script Arguments:
37 64BIT: Script Arguments:
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/
H A Dexit.test15 # SILENT-NOT: Script exited with code
26 # VERBOSE: Script exited with code 123
/llvm-project-15.0.7/libc/utils/buildbot/
H A DREADME.txt6 run.sh: Script to create and start buildbot worker with supplied password.
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua.swig6 liblldb Script Bridge functions.
/llvm-project-15.0.7/.github/workflows/
H A Dissue-subscriber.yml13 - name: Setup Automation Script
/llvm-project-15.0.7/lldb/source/Utility/
H A DLLDBLog.cpp50 {{"script"}, {"log events about the script interpreter"}, LLDBLog::Script},
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h39 Script = Log::ChannelFlag<20>, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/
H A DPlugins.def.in13 |* including this file will then enumerate all of the plugins. Script *|
/llvm-project-15.0.7/lld/docs/
H A Derror_handling_script.rst2 Error Handling Script
/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format-bbedit.applescript3 -- select the script from the Script menu and clang-format will format the
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptTokenList.def19 TOKEN(Identifier) // Script identifier (resource name or type).
/llvm-project-15.0.7/llvm/utils/docker/
H A Dbuild_docker_image.sh42 Script will fail if checksums of the checkout do not
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-if-else/
H A Dtest.txt3 # CHECK-NEXT: Script:
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp128 Log *log = GetLog(LLDBLog::Script); in ~InitializePythonRAII()
179 Log *log = GetLog(LLDBLog::Script); in InitializeThreadsPrivate()
358 Log *log = GetLog(LLDBLog::Script); in DoAcquireLock()
382 Log *log = GetLog(LLDBLog::Script); in DoFreeLock()
568 Log *log = GetLog(LLDBLog::Script); in LeaveSession()
638 Log *log = GetLog(LLDBLog::Script); in EnterSession()
940 Log *log = GetLog(LLDBLog::Script); in Interrupt()
/llvm-project-15.0.7/llvm/utils/release/
H A Dbuild_llvm_release.bat8 echo Script for building the LLVM installer on Windows,
34 echo Script requires administrator permissions, or a 7-zip version 20.x or older.
/llvm-project-15.0.7/clang/tools/scan-build/libexec/
H A Dccc-analyzer91 if ($FindBin::Script =~ /c\+\+-analyzer/) {
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython.swig6 liblldb Script Bridge functions.
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbols.rst79 Shell Script Property List Format
295 dSYM Locating Shell Script Tips
H A Dpython.rst136 Explaining DFS Script in Detail
178 The DFS Script in Action
/llvm-project-15.0.7/clang/docs/
H A DClangFormat.rst200 With this integration you can select the script from the Script menu and
286 Script for patch reformatting
/llvm-project-15.0.7/lld/docs/ELF/
H A Dlinker_script.rst1 Linker Script implementation notes and policy
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A Dtools.pm83 $tool = $FindBin::Script;
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1641 llvm::SmallString<128> Script(CrashInfo.Filename); in generateCompilationDiagnostics() local
1642 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics()
1644 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::CD_CreateNew, in generateCompilationDiagnostics()
1649 << "Error generating run script: " << Script << " " << EC.message(); in generateCompilationDiagnostics()
1661 Report->TemporaryFiles.push_back(std::string(Script.str())); in generateCompilationDiagnostics()
1662 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script; in generateCompilationDiagnostics()

12