Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py224 root_dir = self.options.source_root_dir
233 if not path or not self.options.source_root_dir:
258 self.options = SimpleNamespace(source_root_dir = '', source_files = [])
276 self.options.source_root_dir = ''
283 self.options.source_root_dir = os.path.sep + 'my_root'
284 path = os.path.join(self.options.source_root_dir, 'some_file')
290 self.options.source_root_dir = os.path.sep + 'my_root' + os.path.sep
291 path = os.path.join(self.options.source_root_dir, 'some_file')
304 self.options.source_root_dir = os.path.sep + 'my_root'
311 self.options.source_root_dir = os.path.sep + 'my_root'
[all …]
H A DDebuggers.py105 defaults.source_root_dir = ''
150 if options.source_root_dir != None:
151 if not os.path.isabs(options.source_root_dir):
153 if not os.path.isdir(options.source_root_dir):
157 if not options.source_root_dir:
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py247 def _find_all_commands_in_file(path, file_lines, valid_commands, source_root_dir): argument
325 source_dir = (source_root_dir if source_root_dir else
347 def _find_all_commands(test_files, source_root_dir): argument
355 test_file, lines, valid_commands, source_root_dir)
362 def get_command_infos(test_files, source_root_dir): argument
365 commands, new_source_files = _find_all_commands(test_files, source_root_dir)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary_different_dir/dex_commands/
H A Dsource_root_dir.dex12 # CHECK: source_root_dir.dex: (1.0000)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py146 self.context.options.test_files, self.context.options.source_root_dir)
/llvm-project-15.0.7/mlir/cmake/modules/
H A DAddMLIRPython.cmake167 function(_mlir_python_install_sources name source_root_dir destination)
172 BASE_DIR "${source_root_dir}"
175 FILES "${source_root_dir}/${source_relative_path}"
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py97 self.context.options.source_files, self.context.options.source_root_dir)