Searched refs:binary_path (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 625 def filter_binary_path(self, binary_path): argument 633 return self._filter_single_value('filter_binary_path', binary_path) 691 def filter_binary_path(self, binary_path): argument 698 return binary_path 959 def filter_binary_path(self, binary_path): argument 960 if os.path.isabs(binary_path): 963 module_name = os.path.basename(binary_path) 965 module_name = binary_path
|
| /llvm-project-15.0.7/lldb/test/Shell/helper/ |
| H A D | build.py | 177 binary_path = shutil.which(binary_name, path=search_path) 178 if binary_path is not None: 180 binary_path = os.path.normpath(binary_path) 181 return binary_path
|
| /llvm-project-15.0.7/clang/utils/perf-training/ |
| H A D | perf-helper.py | 342 if opts.binary_path is not None: 343 output = subprocess.check_output(['nm', '-P', opts.binary_path], universal_newlines=True)
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 1544 def signBinary(self, binary_path): argument 1547 lldbtest_config.codesign_identity, binary_path)
|