Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1667 Module::MatchesModuleSpec (const ModuleSpec &module_ref) in MatchesModuleSpec() argument
1669 const UUID &uuid = module_ref.GetUUID(); in MatchesModuleSpec()
1680 const FileSpec &file_spec = module_ref.GetFileSpec(); in MatchesModuleSpec()
1687 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec()
1694 const ArchSpec &arch = module_ref.GetArchitecture(); in MatchesModuleSpec()
1701 const ConstString &object_name = module_ref.GetObjectName(); in MatchesModuleSpec()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h106 MatchesModuleSpec (const ModuleSpec &module_ref);