reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/Platform.cpp
 1193            GetSupportedArchitectureAtIndex(arch_idx, platform_arch);
 1195         if (arch.IsExactMatch(platform_arch)) {
 1197             *compatible_arch_ptr = platform_arch;
 1203            GetSupportedArchitectureAtIndex(arch_idx, platform_arch);
 1205         if (arch.IsCompatibleMatch(platform_arch)) {
 1207             *compatible_arch_ptr = platform_arch;