Home | History | Annotate | Download | only in libdw

Lines Matching refs:SET

110   /* Set the line information.  For some fields we use bitfields,
119 /* Set the line information. For some fields we use bitfields,
123 #define SET(field) \
130 SET (addr);
131 SET (op_index);
132 SET (file);
133 SET (line);
134 SET (column);
135 SET (is_stmt);
136 SET (basic_block);
137 SET (end_sequence);
138 SET (prologue_end);
139 SET (epilogue_begin);
140 SET (isa);
141 SET (discriminator);
143 #undef SET
176 /* We only store int but want to check for overflow (see SET above). */
187 we alloc them all. Set up stack storage early, so we can check on
1146 /* Get the compilation directory, if any is set. */