HomeSort by relevance Sort by last modified time
    Searched full:matching_module_spec (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Target/
TargetList.cpp 99 ModuleSpec matching_module_spec; local
103 if (module_specs.GetModuleSpecAtIndex(0, matching_module_spec))
107 if (!platform_arch.IsCompatibleMatch(matching_module_spec.GetArchitecture()))
111 matching_module_spec.GetArchitecture().GetTriple().str().c_str(),
119 platform_arch = matching_module_spec.GetArchitecture();
128 if (module_specs.FindMatchingModuleSpec(module_spec, matching_module_spec))
130 platform_arch = matching_module_spec.GetArchitecture();
138 // if (module_specs.GetModuleSpecAtIndex(0, matching_module_spec))
140 // platform_arch = matching_module_spec.GetArchitecture();

Completed in 125 milliseconds