Home
last modified time | relevance | path

Searched refs:FindModule (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h394 lldb::ModuleSP FindModule(const Module *module_ptr) const;
403 lldb::ModuleSP FindModule(const UUID &uuid) const;
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdFile.cpp137 lldb::SBModule module = target.FindModule(target.GetExecutable()); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp509 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule() function in ModuleList
527 ModuleSP ModuleList::FindModule(const UUID &uuid) const { in FindModule() function in ModuleList
760 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h318 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1614 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule() function in SBTarget