Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:ML_

141 Bool ML_(TyEnt__is_type)( TyEnt* );
144 void ML_(pp_TyEnt)( TyEnt* );
147 void ML_(pp_TyEnts)( XArray* tyents, HChar* who );
150 void ML_(pp_TyEnt_C_ishly)( XArray* /* of TyEnt */ tyents,
155 Word ML_(TyEnt__cmp_by_cuOff_only) ( TyEnt* te1, TyEnt* te2 );
159 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( TyEnt* te1, TyEnt* te2 );
164 void ML_(TyEnt__make_EMPTY) ( TyEnt* te );
169 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
174 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
180 /* A fast-lookup cache for ML_(TyEnts__index_by_cuOff). Nothing
203 void ML_(TyEntIndexCache__invalidate) ( TyEntIndexCache* cache );
209 TyEnt* ML_(TyEnts__index_by_cuOff) ( XArray* /* of TyEnt */ ents,