Searched defs:script (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/utils/vscode/.vscode/ |
| H A D | tasks.json | 6 "script": "compile", string 18 "script": "watch", string
|
| H A D | launch.json | 20 "script": "watch" string
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | createPythonInit.py | 10 script = """__all__ = [{import_names}] variable
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_header_tests.py | 82 def execute_script(script, variables): argument
|
| /llvm-project-15.0.7/llvm-libgcc/docs/ |
| H A D | LLVMLibgcc.rst | 163 .. _Editing ``lib/gcc_s.ver``
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 392 const char *script = summary.GetData(); in AddTypeSummary() local 506 const char *script = synth.GetData(); in AddTypeSynthetic() local
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 661 const char *script = R"( in TEST_F() local 755 static const char script[] = R"( in TEST_F() local 771 static const char script[] = R"( in TEST_F() local 823 const char script[] = R"( in TEST_F() local
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 1221 def applySubstitutions(script, substitutions, conditions={}, argument 1667 def _runShTest(test, litConfig, useExternalSh, script, tmpBase): argument
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSynthetic.h | 410 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode()
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | dsl.py | 210 def runScriptExitCode(config, script): argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 506 empirical_type<lldb::addr_t> script; member 1345 if (lldb_private::RenderScriptRuntime::ScriptDetails *script = in CaptureScriptInvokeForEachMulti() local 1509 ScriptDetails *script = LookUpScript(addr_t(args[eRsScript]), true); in CaptureScriptInit() local 1641 lldb::addr_t script; in FixupScriptDetails() local 3103 for (const auto &script : m_scripts) { in DumpContexts() local
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LinkerScript.cpp | 47 std::unique_ptr<LinkerScript> elf::script; member in elf
|