Lines Matching defs:arch_flags
1500 uint32_t arch_flags = arch_spec.GetFlags();
1508 arch_flags |= data.GetU32(&offset);
1514 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_ANY;
1517 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_DOUBLE;
1520 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SINGLE;
1523 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT;
1526 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_OLD_64;
1529 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX;
1532 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64;
1535 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64A;
1543 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32;
1546 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O64;
1549 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI32;
1552 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI64;
1557 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N64;
1559 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N32;
1562 arch_spec.SetFlags(arch_flags);