Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:DiCfSI

118 /* DiCfSI: a structure to summarise DWARF2/3 CFA info for the code
208 DiCfSI;
229 DiCfSI;
244 DiCfSI;
259 DiCfSI;
542 (3) all DiCfSI in the cfsi array all have ranges that fall within
544 (4) all DiCfSI in the cfsi array are non-overlapping
547 all the DiCfSI records in the entire system are non overlapping.
548 Hence any address falls into either exactly one DiCfSI record,
550 DiCfSI records. This is the whole point of these restrictions.
551 The caching of DiCfSI searches is done in VG_(use_CF_info). The
552 cache is flushed after any change to debugInfo_list. DiCfSI
739 DiCfSI* cfsi;
816 /* Add a CFI summary record. The supplied DiCfSI is copied. */
817 extern void ML_(addDiCfSI) ( struct _DebugInfo* di, DiCfSI* cfsi );
876 extern void ML_(ppDiCfSI) ( XArray* /* of CfiExpr */ exprs, DiCfSI* si );