Searched refs:find_module (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/help/ |
| H A D | Tool.py | 44 module_info = imp.find_module(internal_name, [tools_directory]) 59 module_info = imp.find_module(tool_name, [tools_directory])
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/type_get_module/ |
| H A D | TestTypeGetModule.py | 14 def find_module(self, target, name): member in TestTypeGetModule 65 exe_module = self.find_module(target, 'a.out')
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | use_lldb_suite.py | 20 fp, pathname, desc = imp.find_module("use_lldb_suite_root", [lldb_root])
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | use_lldb_suite.py | 22 fp, pathname, desc = imp.find_module("use_lldb_suite_root", [lldb_root])
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | Main.py | 130 module_info = imp.find_module(tool_name, [tools_directory])
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/ |
| H A D | LLDB.py | 82 module_info = imp.find_module('lldb', [pythonpath])
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/ |
| H A D | VisualStudio.py | 26 module_info = imp.find_module(
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/six/ |
| H A D | six.py | 184 def find_module(self, fullname, path=None): member in _SixMetaPathImporter
|