Lines Matching refs:matching_module_spec
169 ModuleSpec matching_module_spec; in Module() local
171 matching_module_spec)) { in Module()
188 else if (matching_module_spec.GetFileSpec()) in Module()
190 matching_module_spec.GetFileSpec()); in Module()
195 if (matching_module_spec.GetArchitecture().IsValid()) in Module()
196 m_arch = matching_module_spec.GetArchitecture(); in Module()
205 else if (matching_module_spec.GetFileSpec()) in Module()
206 m_file = matching_module_spec.GetFileSpec(); in Module()
211 else if (matching_module_spec.GetPlatformFileSpec()) in Module()
212 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()
217 else if (matching_module_spec.GetSymbolFileSpec()) in Module()
218 m_symfile_spec = matching_module_spec.GetSymbolFileSpec(); in Module()
221 if (matching_module_spec.GetObjectName()) in Module()
222 m_object_name = matching_module_spec.GetObjectName(); in Module()
229 m_object_offset = matching_module_spec.GetObjectOffset(); in Module()
230 m_object_mod_time = matching_module_spec.GetObjectModificationTime(); in Module()