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()
171 ModuleSpec matching_module_spec; in Module() local173 matching_module_spec)) { in Module()190 else if (matching_module_spec.GetFileSpec()) in Module()192 matching_module_spec.GetFileSpec()); in Module()197 if (matching_module_spec.GetArchitecture().IsValid()) in Module()198 m_arch = matching_module_spec.GetArchitecture(); in Module()207 else if (matching_module_spec.GetFileSpec()) in Module()208 m_file = matching_module_spec.GetFileSpec(); in Module()213 else if (matching_module_spec.GetPlatformFileSpec()) in Module()214 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()[all …]