Home
last modified time | relevance | path

Searched refs:module_ref (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1512 bool Module::MatchesModuleSpec(const ModuleSpec &module_ref) { in MatchesModuleSpec() argument
1513 const UUID &uuid = module_ref.GetUUID(); in MatchesModuleSpec()
1520 const FileSpec &file_spec = module_ref.GetFileSpec(); in MatchesModuleSpec()
1525 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec()
1529 const ArchSpec &arch = module_ref.GetArchitecture(); in MatchesModuleSpec()
1535 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h158 bool MatchesModuleSpec(const ModuleSpec &module_ref);