Searched refs:return_address (Results 1 – 8 of 8) sorted by relevance
73 void *return_address = thr->th.ompt_thread_info.return_address; in __ompt_load_return_address() local74 thr->th.ompt_thread_info.return_address = NULL; in __ompt_load_return_address()75 return return_address; in __ompt_load_return_address()88 __kmp_threads[gtid]->th.ompt_thread_info.return_address) \133 !__kmp_threads[Gtid]->th.ompt_thread_info.return_address) { in OmptReturnAddressGuard()135 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = ReturnAddress; in OmptReturnAddressGuard()140 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = NULL; in ~OmptReturnAddressGuard()151 void *return_address = OMPT_LOAD_RETURN_ADDRESS(gtid);156 my_task_data, return_address); \162 my_task_data, return_address); \
79 void *return_address; /* stored here on entry of runtime */ member
762 void *return_address) { in __kmpc_omp_task_begin_if0_template() argument799 return_address); in __kmpc_omp_task_begin_if0_template()814 void *return_address) { in __kmpc_omp_task_begin_if0_ompt() argument816 return_address); in __kmpc_omp_task_begin_if0_ompt()2052 void *return_address) { in __kmpc_omp_taskwait_template() argument2078 my_task_data, return_address); in __kmpc_omp_taskwait_template()2084 my_task_data, return_address); in __kmpc_omp_taskwait_template()2141 my_task_data, return_address); in __kmpc_omp_taskwait_template()2146 my_task_data, return_address); in __kmpc_omp_taskwait_template()2165 void *return_address) { in __kmpc_omp_taskwait_ompt() argument[all …]
1780 void *return_address; in __kmp_barrier_template() local1792 return_address = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmp_barrier_template()1797 return_address); in __kmp_barrier_template()1802 return_address); in __kmp_barrier_template()2064 return_address); in __kmp_barrier_template()2069 return_address); in __kmp_barrier_template()
1412 void *return_address = NULL; in __kmp_fork_call() local1417 return_address = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmp_fork_call()1453 return_address); in __kmp_fork_call()1497 &ompt_parallel_data, return_address); in __kmp_fork_call()1550 return_address); in __kmp_fork_call()1569 &ompt_parallel_data, return_address); in __kmp_fork_call()1832 return_address); in __kmp_fork_call()1871 return_address); in __kmp_fork_call()1942 return_address); in __kmp_fork_call()1952 return_address); in __kmp_fork_call()[all …]
101 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local105 Address return_address_decr_pc = return_address; in ThreadPlanStepOut()116 return_address = m_process.AdvanceAddressToNextBranchInstruction( in ThreadPlanStepOut()117 return_address, range); in ThreadPlanStepOut()121 m_return_addr = return_address.GetLoadAddress(&m_process.GetTarget()); in ThreadPlanStepOut()
180 namespace return_address { namespace
4 define void @return_address(i32 %var) {