Searched refs:DebugInfo_get_text_size (Results 1 – 4 of 4) sorted by relevance
222 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
216 CLG_ASSERT( obj->size == (di ? VG_(DebugInfo_get_text_size)(di) : 0) ); in obj_of_address()
247 obj->size = di ? VG_(DebugInfo_get_text_size)(di) : 0; in new_obj_node()
4237 SizeT VG_(DebugInfo_get_text_size)(const DebugInfo* di) in VG_() argument