Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:XArray

40 #include "pub_core_xarray.h"   // XArray
67 in "Rs" are XArray*s of references to other TyEnts. */
120 XArray* /* of UWord */ fieldRs;
127 XArray* /* of UWord */ atomRs;
131 XArray* /* of UWord */ boundRs;
153 /* Print a whole XArray of TyEnts, debug-style */
154 void ML_(pp_TyEnts)( XArray* tyents, const HChar* who );
157 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
176 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
180 deallocate the resulting XArray. */
181 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
182 XArray* /* of TyEnt */ tyents,
212 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
216 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents,