Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp133 ModuleSpec matching_module_spec; in CreateTargetInternal() local
136 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp164 ModuleSpec matching_module_spec; in Module() local
175 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 …]