Searched refs:GetArchitectureAtIndex (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h112 GetArchitectureAtIndex (uint32_t idx, ArchSpec& arch) const function in class:lldb_private::ObjectContainer
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp178 GetArchitectureAtIndex(i, arch);
197 ObjectContainerUniversalMachO::GetArchitectureAtIndex (uint32_t idx, ArchSpec& arch) const function in class:ObjectContainerUniversalMachO
230 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsExactMatch(curr_arch))
239 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsCompatibleMatch(curr_arch))
H A DObjectContainerUniversalMachO.h79 GetArchitectureAtIndex (uint32_t cpu_idx, lldb_private::ArchSpec& arch) const;
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp454 GetArchitectureAtIndex(i, arch);

Completed in 231 milliseconds