Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/lldb-dap/.vscode/
H A Dtasks.json6 "script": "compile", string
18 "script": "watch", string
H A Dlaunch.json20 "script": "watch" string
/llvm-project/mlir/utils/vscode/.vscode/
H A Dtasks.json6 "script": "compile", string
18 "script": "watch", string
H A Dlaunch.json20 "script": "watch" string
/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py10 script = """__all__ = [{import_names}] variable
/llvm-project/llvm-libgcc/docs/
H A DLLVMLibgcc.rst163 .. _Editing ``lib/gcc_s.ver``
/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp353 const char *script = summary.GetData(); in AddTypeSummary() local
445 const char *script = synth.GetData(); in AddTypeSynthetic() local
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp687 const char *script = R"( in TEST_F() local
857 r = runStringMultiLine(script, globals, globals); in TEST_F() local
781 static const char script[] = R"( TEST_F() local
797 static const char script[] = R"( TEST_F() local
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h421 void SetPythonCode(const char *script) { m_python_code.assign(script); } in SetPythonCode() argument
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py1628 applySubstitutions(script, substitutions, conditions={}, recursion_limit=None) global() argument
2163 _runShTest(test, litConfig, useExternalSh, script, tmpBase) global() argument
[all...]
/llvm-project/lld/ELF/
H A DOutputSections.cpp189 finalizeInputSections(LinkerScript * script) finalizeInputSections() argument
H A DLinkerScript.cpp47 ScriptWrapper elf::script; global() member in elf
[all...]
/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py235 def runScriptExitCode(config, script): argument