Searched refs:backrefs (Results 1 – 13 of 13) sorted by relevance
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
160 int backrefs; /* does it use back references? */ member
190 if (nmatch == 0 && !g->backrefs) in matcher()203 if (nmatch == 1 && !g->backrefs) in matcher()216 if (!g->backrefs && !(m->eflags®_BACKR)) { in matcher()235 assert(g->backrefs); /* must be back references doing it */ in matcher()
249 g->backrefs = 0; in regcomp()606 p->g->backrefs = 1; in p_simp_re()
155 int backrefs; /* does it use back references? */ member
186 /* this loop does only one repetition except for backrefs */195 if (nmatch == 0 && !g->backrefs)208 if (nmatch == 1 && !g->backrefs)221 if (!g->backrefs && !(m->eflags®_BACKR)) {240 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()
194 int backrefs; /* does it use back references? */ member
304 if (nmatch == 0 && !g->backrefs) in matcher()318 if (nmatch == 1 && !g->backrefs) in matcher()331 if (!g->backrefs && !(m->eflags®_BACKR)) { in matcher()350 assert(g->backrefs); /* must be back references doing it */ in matcher()
302 g->backrefs = 0; in regcomp_internal()516 p->g->backrefs = 1; in p_ere_exp()936 p->g->backrefs = 1; in p_simp_re()
43 if (g->backrefs)
75 if (g->backrefs) in regprint()
205 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;443 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;524 defm warn_backrefs: BB<"warn-backrefs",529 : EEq<"warn-backrefs-exclude",531 "which should be ignored for --warn-backrefs.">,