Searched refs:backrefs (Results 1 – 7 of 7) sorted by relevance
11 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.o %t2.a -o /dev/null15 # RUN: ld.lld --fatal-warnings --warn-backrefs %t1.lds -o /dev/null18 ## Warn unless the archive is excluded by --warn-backrefs-exclude21 # RUN: ld.lld --warn-backrefs --no-warn-backrefs %t2.a %t1.o -o /dev/null 2>&1 | count 023 # RUN: ld.lld --warn-backrefs --warn-backrefs-exclude='*3.a' %t2.a %t1.o -o /dev/null 2>&1 | FileCh…24 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude='*2.a(*2.o)' %t2.a %t1.o -o …25 # RUN: ld.lld --fatal-warnings --warn-backrefs --warn-backrefs-exclude '*2.a(*2.o)' \26 # RUN: --warn-backrefs-exclude not_exist %t2.a %t1.o -o /dev/null27 ## Without --warn-backrefs, --warn-backrefs-exclude is ignored.32 # RUN: ld.lld --fatal-warnings --warn-backrefs %t2.lds -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
185 /* this loop does only one repetition except for backrefs */194 if (nmatch == 0 && !g->backrefs)207 if (nmatch == 1 && !g->backrefs)220 if (!g->backrefs && !(m->eflags®_BACKR)) {239 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()
170 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;384 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;465 defm warn_backrefs: BB<"warn-backrefs",470 : EEq<"warn-backrefs-exclude",472 "which should be ignored for --warn-backrefs.">,