Searched refs:return_address (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h73 void *return_address = thr->th.ompt_thread_info.return_address; local
74 thr->th.ompt_thread_info.return_address = NULL;
75 return return_address;
80 !__kmp_threads[gtid]->th.ompt_thread_info.return_address) \
81 __kmp_threads[gtid]->th.ompt_thread_info.return_address = \
112 void *return_address = OMPT_LOAD_RETURN_ADDRESS(gtid);
117 my_task_data, return_address); \
123 my_task_data, return_address); \
H A Dompt-internal.h78 void *return_address; /* stored here on entry of runtime */ member in struct:__anon4997
H A Dkmp_tasking.cpp600 void *return_address) {
636 return_address);
651 void *return_address) {
653 return_address);
1817 void *return_address) {
1842 my_task_data, return_address);
1848 my_task_data, return_address);
1897 my_task_data, return_address);
1902 my_task_data, return_address);
1922 void *return_address) {
597 __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task, void *frame_address, void *return_address) argument
648 __kmpc_omp_task_begin_if0_ompt(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task, void *frame_address, void *return_address) argument
1815 __kmpc_omp_taskwait_template(ident_t *loc_ref, kmp_int32 gtid, void *frame_address, void *return_address) argument
1920 __kmpc_omp_taskwait_ompt(ident_t *loc_ref, kmp_int32 gtid, void *frame_address, void *return_address) argument
[all...]
H A Dkmp_barrier.cpp1307 void *return_address; local
1320 return_address = OMPT_LOAD_RETURN_ADDRESS(gtid);
1325 return_address);
1330 return_address);
1578 return_address);
1583 return_address);
H A Dkmp_runtime.cpp1446 void *return_address = NULL; local
1451 return_address = OMPT_LOAD_RETURN_ADDRESS(gtid);
1484 return_address);
1517 &ompt_parallel_data, return_address);
1570 return_address);
1589 &ompt_parallel_data, return_address);
1729 &ompt_parallel_data, return_address);
1780 return_address);
1819 return_address);
1839 &ompt_parallel_data, return_address);
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp100 Address return_address(return_frame_sp->GetFrameCodeAddress());
104 Address return_address_decr_pc = return_address;
115 return_address = m_process.AdvanceAddressToNextBranchInstruction(
116 return_address, range);
120 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget());

Completed in 99 milliseconds