Home
last modified time | relevance | path

Searched refs:call_site (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/
HDunwind-sjlj.c67 int call_site; member
218 return context->fc->call_site + 1; in _Unwind_GetIP()
225 return context->fc->call_site + 1; in _Unwind_GetIPInfo()
233 context->fc->call_site = val - 1; in _Unwind_SetIP()
HDexcept.c3252 int call_site = 0; in convert_to_eh_region_ranges() local
3329 call_site = add_call_site (NULL_RTX, 0); in convert_to_eh_region_ranges()
3332 NOTE_EH_HANDLER (note) = call_site; in convert_to_eh_region_ranges()
3338 NOTE_EH_HANDLER (note) = call_site; in convert_to_eh_region_ranges()
3345 call_site = add_call_site (this_landing_pad, in convert_to_eh_region_ranges()
3348 NOTE_EH_HANDLER (note) = call_site; in convert_to_eh_region_ranges()
3360 NOTE_EH_HANDLER (note) = call_site; in convert_to_eh_region_ranges()
HDChangeLog-20002881 (call_site): New expand.
2884 Output call_site label.
HDChangeLog-200118048 (convert_to_eh_region_ranges): Initialize call_site.
HDChangeLog-200232101 (call_site): Restrict to SH1.
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolContext.cpp206 const Declaration &call_site = inlined_block_info->GetCallSite(); in DumpStopContext() local
207 if (call_site.IsValid()) in DumpStopContext()
210 call_site.DumpStopContext (s, show_fullpaths); in DumpStopContext()
/NextBSD/contrib/gcc/doc/
HDinvoke.texi13452 void *call_site);
13454 void *call_site);