Home
last modified time | relevance | path

Searched refs:sourceMap (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py256 postRunCommands=None, sourceMap=None): argument
277 sourceMap=sourceMap)
288 sourceMap=None, disconnectAutomatically=True, runInTerminal=False, argument
323 sourceMap=sourceMap,
H A Dvscode.py510 sourceMap=None): argument
537 if sourceMap:
538 args_dict['sourceMap'] = sourceMap
640 debuggerRoot=None, launchCommands=None, sourceMap=None, argument
679 if sourceMap:
680 args_dict['sourceMap'] = sourceMap
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/coreFile/
H A DTestVSCode_coreFile.py55 self.attach(exe_file, coreFile=core_file, sourceMap=source_map)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/
H A DTestVSCode_setBreakpoints.py60 self.launch(program, sourceMap=source_map)
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1772 auto sourceMap = linalgOp.getTiedIndexingMap(opOperand); in populateMap() local
1793 if (auto affineDimExpr = sourceMap.getResult(i).dyn_cast<AffineDimExpr>()) in populateMap()
1820 AffineMap sourceMap = linalgOp.getTiedIndexingMap(opOperand); in createNewOperandWithStaticSizes() local
1827 AffineExpr dimExpr = sourceMap.getResult(i); in createNewOperandWithStaticSizes()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp528 auto sourceMap = arguments.getArray("sourceMap"); in SetSourceMapFromArguments() local
529 if (sourceMap) { in SetSourceMapFromArguments()
530 for (const auto &value : *sourceMap) { in SetSourceMapFromArguments()
H A DREADME.md90 |**sourceMap** |[string[2]]| | Specify an array of path re-mappings. Each element in the array…