Searched refs:matching_module_spec (Results 1 – 2 of 2) sorted by relevance
133 ModuleSpec matching_module_spec; in CreateTargetInternal() local136 if (module_specs.GetModuleSpecAtIndex(0, matching_module_spec)) { in CreateTargetInternal()139 matching_module_spec.GetArchitecture())) { in CreateTargetInternal()146 platform_arch = matching_module_spec.GetArchitecture(); in CreateTargetInternal()153 matching_module_spec.GetArchitecture().DumpTriple( in CreateTargetInternal()165 platform_arch = matching_module_spec.GetArchitecture(); in CreateTargetInternal()172 matching_module_spec)) { in CreateTargetInternal()174 platform_arch = matching_module_spec.GetArchitecture(); in CreateTargetInternal()
164 ModuleSpec matching_module_spec; in Module() local175 else if (matching_module_spec.GetFileSpec()) in Module()181 if (matching_module_spec.GetArchitecture().IsValid()) in Module()182 m_arch = matching_module_spec.GetArchitecture(); in Module()191 else if (matching_module_spec.GetFileSpec()) in Module()192 m_file = matching_module_spec.GetFileSpec(); in Module()197 else if (matching_module_spec.GetPlatformFileSpec()) in Module()203 else if (matching_module_spec.GetSymbolFileSpec()) in Module()207 if (matching_module_spec.GetObjectName()) in Module()208 m_object_name = matching_module_spec.GetObjectName(); in Module()[all …]