Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h312 lldb::ModuleSP FindModule(const Module *module_ptr) const;
319 lldb::ModuleSP FindModule(const UUID &uuid) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp492 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule() function in ModuleList
510 ModuleSP ModuleList::FindModule(const UUID &uuid) const { in FindModule() function in ModuleList
731 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h304 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i375 FindModule (const lldb::SBFileSpec &file_spec);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1689 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule() function in SBTarget
1690 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, FindModule, in FindModule()
2677 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, FindModule, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48148 result = (arg1)->FindModule((lldb::SBFileSpec const &)*arg2); in _wrap_SBTarget_FindModule()