Lines Matching defs:arch_flags
1507 uint32_t arch_flags = arch_spec.GetFlags();
1515 arch_flags |= data.GetU32(&offset);
1521 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_ANY;
1524 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_DOUBLE;
1527 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SINGLE;
1530 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT;
1533 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_OLD_64;
1536 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_XX;
1539 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64;
1542 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_64A;
1550 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32;
1553 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O64;
1556 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI32;
1559 arch_flags |= lldb_private::ArchSpec::eMIPSABI_EABI64;
1564 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N64;
1566 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N32;
1569 arch_spec.SetFlags(arch_flags);