Home
last modified time | relevance | path

Searched defs:script (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/utils/vscode/.vscode/
H A Dtasks.json6 "script": "compile", string
18 "script": "watch", string
H A Dlaunch.json20 "script": "watch" string
/llvm-project-15.0.7/lldb/bindings/python/
H A DcreatePythonInit.py10 script = """__all__ = [{import_names}] variable
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_header_tests.py82 def execute_script(script, variables): argument
/llvm-project-15.0.7/llvm-libgcc/docs/
H A DLLVMLibgcc.rst163 .. _Editing ``lib/gcc_s.ver``
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp392 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 DPythonDataObjectsTests.cpp661 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 DTestRunner.py1221 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 DTypeSynthetic.h410 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode()
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Ddsl.py210 def runScriptExitCode(config, script): argument
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp506 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 DLinkerScript.cpp47 std::unique_ptr<LinkerScript> elf::script; member in elf