Lines Matching refs:inlined
43 unsigned int inlined, nscopes;
79 a->inlined = depth;
86 concrete inlined instance. */
132 a->nscopes = depth + 1 - a->inlined;
146 if (a->inlined == 0)
152 /* This is the concrete inlined instance itself.
154 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined];
167 /* We've recorded the scopes back to one that is a concrete inlined
171 assert (a->inlined);
172 if (depth >= a->inlined)
176 /* Now we are in a scope that contains the concrete inlined instance.