Searched refs:backrefs (Results 1 – 21 of 21) sorted by relevance
11 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.o %t2.a -o /dev/null12 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.o --start-lib %t2.o --end-lib -o /dev/null15 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.lds -o /dev/null18 ## Warn unless the archive is excluded by --warn-backrefs-exclude20 # RUN: ld.lld --warn-backrefs %t2.a %t1.o -o /dev/null 2>&1 | FileCheck %s21 # RUN: ld.lld --warn-backrefs %t2.a '-(' %t1.o '-)' -o /dev/null 2>&1 | FileCheck %s22 # RUN: ld.lld --warn-backrefs --warn-backrefs-exclude='*3.a' %t2.a %t1.o -o /dev/null 2>&1 | FileCh…23 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude='*2.a(*2.o)' %t2.a %t1.o -o …24 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude '*2.a(*2.o)' \25 # RUN: --warn-backrefs-exclude not_exist %t2.a %t1.o -o /dev/null[all …]
1 --warn-backrefs4 ``--warn-backrefs`` gives a warning when an undefined symbol reference is37 The ``warn-backrefs`` option provides information that helps identify cases40 % ld.lld --warn-backrefs ... -lB -lA43 % ld.lld --warn-backrefs ... --start-lib B/b.o --end-lib --start-lib A/a.o --end-lib46 …# To suppress the warning, you can specify --warn-backrefs-exclude=<glob> to match B/b.o or B.a(b.…48 The ``--warn-backrefs`` option can also provide a check to enforce a90 * ``A.a B A2.a``: similar to the above case but ``--warn-backrefs`` does not
7 ; RUN: ld.lld --warn-backrefs --start-lib %tb.o --end-lib %ta.o -o /dev/null 2>&1 | FileCheck %s
155 int backrefs; /* does it use back references? */ member
183 /* this loop does only one repetition except for backrefs */192 if (nmatch == 0 && !g->backrefs)205 if (nmatch == 1 && !g->backrefs)218 if (!g->backrefs && !(m->eflags®_BACKR)) {237 assert(g->backrefs); /* must be back references doing it */
354 g->backrefs = 0; in llvm_regcomp()532 p->g->backrefs = 1; in p_ere_exp()733 p->g->backrefs = 1; in p_simp_re()
126 int backrefs; /* does it use back references? */ member
128 if (nmatch == 0 && !g->backrefs)141 if (nmatch == 1 && !g->backrefs)154 if (!g->backrefs && !(m->eflags®_BACKR)) {173 assert(g->backrefs); /* must be back references doing it */
43 if (g->backrefs)
150 g->backrefs = 0;513 p->g->backrefs = 1;
152 int backrefs; /* does it use back references? */ member
226 g->backrefs = 0; in llvm_regcomp()404 p->g->backrefs = 1; in p_ere_exp()605 p->g->backrefs = 1; in p_simp_re()
172 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;376 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;447 defm warn_backrefs: BB<"warn-backrefs",452 : EEq<"warn-backrefs-exclude",454 "which should be ignored for --warn-backrefs.">,
1355 "pre(.)post\1" i "pre\ud800post\ud800\udc00" # case insensiteve backrefs tak…