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()
169 ModuleSpec matching_module_spec; in Module() local188 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()217 else if (matching_module_spec.GetSymbolFileSpec()) in Module()221 if (matching_module_spec.GetObjectName()) in Module()[all …]