/external/llvm-project/lldb/test/API/functionalities/load_using_paths/ |
D | TestLoadUsingPaths.py | 78 loaded_module = target.FindModule(out_spec) 92 loaded_module = target.FindModule(out_spec)
|
/external/llvm-project/lldb/test/API/macosx/version_zero/ |
D | TestGetVersionZeroVersion.py | 31 module = target.FindModule(lldb.SBFileSpec(lib_name))
|
/external/llvm-project/lldb/test/API/lang/objc/foundation/ |
D | TestSymbolTable.py | 54 module = target.FindModule(filespec)
|
/external/llvm-project/lldb/test/API/lang/cpp/thread_local/ |
D | TestThreadLocal.py | 50 main_module = target.FindModule(filespec)
|
/external/llvm-project/lldb/test/API/macosx/save_crashlog/ |
D | TestSaveCrashlog.py | 43 exe_module = target.FindModule(target.GetExecutable())
|
/external/llvm-project/lldb/test/API/python_api/name_lookup/ |
D | TestNameLookup.py | 34 exe_module = target.FindModule(target.GetExecutable())
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ModuleList.h | 326 lldb::ModuleSP FindModule(const Module *module_ptr) const; 333 lldb::ModuleSP FindModule(const UUID &uuid) const;
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_target.py | 22 obj.FindModule(filespec)
|
/external/llvm-project/lldb/examples/lookup/ |
D | main.cpp | 186 SBModule module(target.FindModule(exe_file_spec)); in main()
|
/external/llvm-project/lldb/test/API/functionalities/limit-debug-info/ |
D | TestLimitDebugInfo.py | 17 exe = target.FindModule(lldb.SBFileSpec("a.out"))
|
/external/llvm-project/lldb/examples/functions/ |
D | main.cpp | 183 SBModule module(target.FindModule(exe_file_spec)); in main()
|
/external/llvm-project/lldb/source/Core/ |
D | ModuleList.cpp | 496 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule() function in ModuleList 514 ModuleSP ModuleList::FindModule(const UUID &uuid) const { in FindModule() function in ModuleList 735 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()
|
/external/llvm-project/lldb/test/API/macosx/queues/ |
D | TestQueues.py | 299 libbtr_module = target.FindModule(libbtr_module_filespec)
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 304 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 389 FindModule (const lldb::SBFileSpec &file_spec);
|
/external/llvm-project/lldb/examples/python/ |
D | symbolication.py | 425 self.module = target.FindModule(path_spec)
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 1657 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule() function in SBTarget 1658 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, FindModule, in FindModule() 2599 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, FindModule, in RegisterMethods()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 783 m_module_sp = target_images.FindModule(m_uuid); in LoadImageUsingMemoryModule()
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-names.cpp | 637 Scope *FindModule(const parser::Name &, Scope *ancestor = nullptr); 2291 useModuleScope_ = FindModule(x.moduleName); in Pre() 2452 Scope *ancestor{FindModule(ancestorName)}; in BeginSubmodule() 2456 Scope *parentScope{parentName ? FindModule(*parentName, ancestor) : ancestor}; in BeginSubmodule() 2482 Scope *ModuleVisitor::FindModule(const parser::Name &name, Scope *ancestor) { in FindModule() function in Fortran::semantics::ModuleVisitor
|