Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:XArray

70 static void pp_XArray_of_cuOffs ( XArray* xa )
199 /* Print a whole XArray of TyEnts, debug-style */
201 void ML_(pp_TyEnts)( XArray* tyents, const HChar* who )
217 static void pp_TyBound_C_ishly ( XArray* tyents, UWord cuOff )
238 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
281 XArray* xa = ent->Te.TyArray.boundRs;
323 /* 'ents' is an XArray of TyEnts, sorted by their .cuOff fields. Find
339 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents,
450 static Word XArray_of_UWord__cmp ( XArray* a, XArray* b ) {
669 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
737 deallocate the resulting XArray. */
739 static void copy_UWord_into_XA ( XArray* /* of HChar */ xa,
747 XArray* /*HChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
748 XArray* /* of TyEnt */ tyents,
753 XArray* xa = VG_(newXA)( ML_(dinfo_zalloc), "di.tytypes.dt.1",
782 XArray* fieldRs;