Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTargetList.cpp123 ModuleSpec matching_module_spec; in CreateTargetInternal() local
126 if (module_specs.GetModuleSpecAtIndex(0, matching_module_spec)) { in CreateTargetInternal()
129 matching_module_spec.GetArchitecture())) { in CreateTargetInternal()
133 update_platform_arch(matching_module_spec.GetArchitecture()); in CreateTargetInternal()
139 matching_module_spec.GetArchitecture().DumpTriple( in CreateTargetInternal()
151 platform_arch = matching_module_spec.GetArchitecture(); in CreateTargetInternal()
158 matching_module_spec)) in CreateTargetInternal()
159 update_platform_arch(matching_module_spec.GetArchitecture()); in CreateTargetInternal()
/external/llvm-project/lldb/source/Core/
DModule.cpp169 ModuleSpec matching_module_spec; in Module() local
171 matching_module_spec)) { in Module()
188 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()
212 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()
[all …]