Searched refs:matching_module_spec (Results 1 – 2 of 2) sorted by relevance
143 ModuleSpec matching_module_spec; in CreateTargetInternal() local146 if (module_specs.GetModuleSpecAtIndex(0, matching_module_spec)) { in CreateTargetInternal()149 matching_module_spec.GetArchitecture())) { in CreateTargetInternal()153 update_platform_arch(matching_module_spec.GetArchitecture()); in CreateTargetInternal()159 matching_module_spec.GetArchitecture().DumpTriple( in CreateTargetInternal()171 platform_arch = matching_module_spec.GetArchitecture(); in CreateTargetInternal()178 matching_module_spec)) in CreateTargetInternal()179 update_platform_arch(matching_module_spec.GetArchitecture()); in CreateTargetInternal()
172 ModuleSpec matching_module_spec; in Module() local174 matching_module_spec)) { in Module()191 else if (matching_module_spec.GetFileSpec()) in Module()193 matching_module_spec.GetFileSpec()); in Module()198 if (matching_module_spec.GetArchitecture().IsValid()) in Module()199 m_arch = matching_module_spec.GetArchitecture(); in Module()208 else if (matching_module_spec.GetFileSpec()) in Module()209 m_file = matching_module_spec.GetFileSpec(); in Module()214 else if (matching_module_spec.GetPlatformFileSpec()) in Module()215 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()[all …]