Lines Matching refs:LIB_OBJS
34 LIB_OBJS := macro
35 LIB_OBJS += allocate.o
36 LIB_OBJS += builtin.o
37 LIB_OBJS += char.o
38 LIB_OBJS += compat-$(OS).o
39 LIB_OBJS += cse.o
40 LIB_OBJS += dissect.o
41 LIB_OBJS += dominate.o
42 LIB_OBJS += evaluate.o
43 LIB_OBJS += expand.o
44 LIB_OBJS += expression.o
45 LIB_OBJS += flow.o
46 LIB_OBJS += flowgraph.o
47 LIB_OBJS += inline.o
48 LIB_OBJS += ir.o
49 LIB_OBJS += lib.o
50 LIB_OBJS += linearize.o
51 LIB_OBJS += liveness.o
52 LIB_OBJS += memops.o
53 LIB_OBJS += opcode.o
54 LIB_OBJS += optimize.o
55 LIB_OBJS += options.o
56 LIB_OBJS += parse.o
57 LIB_OBJS += predefine.o
58 LIB_OBJS += pre-process.o
59 LIB_OBJS += ptrlist.o
60 LIB_OBJS += ptrmap.o
61 LIB_OBJS += scope.o
62 LIB_OBJS += show-parse.o
63 LIB_OBJS += simplify.o
64 LIB_OBJS += sort.o
65 LIB_OBJS += ssa.o
66 LIB_OBJS += stats.o
67 LIB_OBJS += storage.o
68 LIB_OBJS += symbol.o
69 LIB_OBJS += target.o
70 LIB_OBJS += target-alpha.o
71 LIB_OBJS += target-arm.o
72 LIB_OBJS += target-arm64.o
73 LIB_OBJS += target-bfin.o
74 LIB_OBJS += target-default.o
75 LIB_OBJS += target-h8300.o
76 LIB_OBJS += target-m68k.o
77 LIB_OBJS += target-microblaze.o
78 LIB_OBJS += target-mips.o
79 LIB_OBJS += target-nds32.o
80 LIB_OBJS += target-nios2.o
81 LIB_OBJS += target-openrisc.o
82 LIB_OBJS += target-ppc.o
83 LIB_OBJS += target-riscv.o
84 LIB_OBJS += target-s390.o
85 LIB_OBJS += target-sh.o
86 LIB_OBJS += target-sparc.o
87 LIB_OBJS += target-x86.o
88 LIB_OBJS += target-xtensa.o
89 LIB_OBJS += tokenize.o
90 LIB_OBJS += unssa.o
91 LIB_OBJS += utils.o
92 LIB_OBJS += version.o