HomeSort by: relevance | last modified time | path
    Searched defs:one_only (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 990 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP;
997 prefix = one_only ? ".s" : ".neardata";
1000 prefix = one_only ? ".sb" : ".bss";
1003 prefix = one_only ? ".s2" : ".rodata";
1030 prefix = one_only ? ".fd" : ".fardata";
1033 prefix = one_only ? ".fb" : ".far";
1039 prefix = one_only ? ".fr" : ".const";
1058 /* If we're using one_only, then there needs to be a .gnu.linkonce
1060 linkonce = one_only ? ".gnu.linkonce" : "";
981 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 990 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP;
997 prefix = one_only ? ".s" : ".neardata";
1000 prefix = one_only ? ".sb" : ".bss";
1003 prefix = one_only ? ".s2" : ".rodata";
1030 prefix = one_only ? ".fd" : ".fardata";
1033 prefix = one_only ? ".fb" : ".far";
1039 prefix = one_only ? ".fr" : ".const";
1058 /* If we're using one_only, then there needs to be a .gnu.linkonce
1060 linkonce = one_only ? ".gnu.linkonce" : "";
981 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 827 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP;
836 prefix = one_only ? ".ld" : ".ldata";
839 prefix = one_only ? ".lb" : ".lbss";
845 prefix = one_only ? ".lr" : ".lrodata";
866 /* If we're using one_only, then there needs to be a .gnu.linkonce
868 linkonce = one_only ? ".gnu.linkonce" : "";
820 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP; local
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 7351 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP;
7359 prefix = one_only ? ".t" : ".text";
7365 prefix = one_only ? ".r" : ".rodata";
7368 prefix = one_only ? ".s2" : ".sdata2";
7371 prefix = one_only ? ".d" : ".data";
7374 prefix = one_only ? ".p" : ".persistent";
7379 prefix = one_only ? ".d.rel" : ".data.rel";
7382 prefix = one_only ? ".d.rel.local" : ".data.rel.local";
7385 prefix = one_only ? ".d.rel.ro" : ".data.rel.ro";
7388 prefix = one_only ? ".d.rel.ro.local" : ".data.rel.ro.local"
7325 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 789 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP;
798 prefix = one_only ? ".ld" : ".ldata";
801 prefix = one_only ? ".lb" : ".lbss";
807 prefix = one_only ? ".lr" : ".lrodata";
828 /* If we're using one_only, then there needs to be a .gnu.linkonce
830 linkonce = one_only ? ".gnu.linkonce" : "";
782 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP; local
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 3803 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP;
3808 prefix = one_only ? ".sr" : ".srodata";
3822 /* If we're using one_only, then there needs to be a .gnu.linkonce
3824 linkonce = one_only ? ".gnu.linkonce" : "";
3800 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 7214 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP;
7222 prefix = one_only ? ".t" : ".text";
7228 prefix = one_only ? ".r" : ".rodata";
7231 prefix = one_only ? ".s2" : ".sdata2";
7234 prefix = one_only ? ".d" : ".data";
7237 prefix = one_only ? ".p" : ".persistent";
7242 prefix = one_only ? ".d.rel" : ".data.rel";
7245 prefix = one_only ? ".d.rel.local" : ".data.rel.local";
7248 prefix = one_only ? ".d.rel.ro" : ".data.rel.ro";
7251 prefix = one_only ? ".d.rel.ro.local" : ".data.rel.ro.local"
7188 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; local
    [all...]

Completed in 101 milliseconds