Lines Matching defs:libunwind_frame_cache
90 struct libunwind_frame_cache
154 static struct libunwind_frame_cache *
155 libunwind_frame_cache (const frame_info_ptr &this_frame, void **this_cache)
161 struct libunwind_frame_cache *cache;
167 return (struct libunwind_frame_cache *) *this_cache;
170 cache = FRAME_OBSTACK_ZALLOC (struct libunwind_frame_cache);
232 struct libunwind_frame_cache *cache
233 = (struct libunwind_frame_cache *) this_cache;
260 when setting up the frame cache (see libunwind_frame_cache()).
297 struct libunwind_frame_cache *cache =
298 libunwind_frame_cache (this_frame, this_cache);
308 struct libunwind_frame_cache *cache =
309 libunwind_frame_cache (this_frame, this_cache);
401 setting up the frame cache (see libunwind_frame_cache()). If