Home
last modified time | relevance | path

Searched refs:matching_module_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp143 ModuleSpec matching_module_spec; in CreateTargetInternal() local
146 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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp171 ModuleSpec matching_module_spec; in Module() local
173 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 …]