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 D | lldbvscode_testcase.py | 256 postRunCommands=None, sourceMap=None): argument 277 sourceMap=sourceMap) 288 sourceMap=None, disconnectAutomatically=True, runInTerminal=False, argument 323 sourceMap=sourceMap,
|
| H A D | vscode.py | 510 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 D | TestVSCode_coreFile.py | 55 self.attach(exe_file, coreFile=core_file, sourceMap=source_map)
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/ |
| H A D | TestVSCode_setBreakpoints.py | 60 self.launch(program, sourceMap=source_map)
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 1772 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 D | lldb-vscode.cpp | 528 auto sourceMap = arguments.getArray("sourceMap"); in SetSourceMapFromArguments() local 529 if (sourceMap) { in SetSourceMapFromArguments() 530 for (const auto &value : *sourceMap) { in SetSourceMapFromArguments()
|
| H A D | README.md | 90 |**sourceMap** |[string[2]]| | Specify an array of path re-mappings. Each element in the array…
|