Home
last modified time | relevance | path

Searched defs:launch (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lldb/test/API/functionalities/location-list-lookup/
H A DTestLocationListLookup.py10 def launch(self) -> lldb.SBProcess: member in LocationListLookupTestCase
/llvm-project/lldb/test/API/functionalities/signal/raise/
H A DTestRaise.py34 def launch(self, target, signal): member in RaiseTestCase
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py21 def launch( member in PExpectTest
H A Dlldbtest.py393 def launch(self, executable, args, extra_env): global() member in _BaseProcess
411 def launch(self, executable, args, extra_env): global() member in _LocalProcess
461 def launch(self, executable, args, extra_env): global() member in _RemoteProcess
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp57 Expected<std::unique_ptr<TestClient>> TestClient::launch(StringRef Log) { in launch() function in TestClient
61 Expected<std::unique_ptr<TestClient>> TestClient::launch(StringRef Log, ArrayRef<StringRef> InferiorArgs) { in launch() function in TestClient
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py38 def launch(self, should_stop: bool = True) -> lldb.SBError: member in MultiplexedScriptedProcess
187 def launch(self, should_stop: bool = True) -> lldb.SBError: member in MultiplexerScriptedProcess
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-return-value.cpp8 enum class launch { enum
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Ddbgeng.py107 def launch(self, cmdline): member in DbgEng
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py176 def launch(self, cmdline): global() member in LLDB
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py280 def launch(self, cmdline): member in VisualStudio
/llvm-project/lldb/examples/python/templates/
H A Dscripted_process.py145 """Simulate the scripted process launch. member in ScriptedProcess
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp310 __anon259e9f140202(gpu::LaunchOp launch) runOnOperation() argument
[all...]
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp90 if (auto launch = op->template getParentOfType<LaunchOp>()) { in getKnownLaunchDim() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py183 def launch(self): member in DebuggerBase
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Dlldbdap_testcase.py346 def launch( global() member in DAPTestCaseBase
/llvm-project/lldb/tools/lldb-dap/
H A Dpackage.json135 "launch": { global() object
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp541 Error GenericKernelTy::launch(GenericDeviceTy &GenericDevice, void **ArgPtrs, launch() function in GenericKernelTy