Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h81 void *return_address = thr->th.ompt_thread_info.return_address; in __ompt_load_return_address() local
82 thr->th.ompt_thread_info.return_address = NULL; in __ompt_load_return_address()
83 return return_address; in __ompt_load_return_address()
96 __kmp_threads[gtid]->th.ompt_thread_info.return_address) \
160 !__kmp_threads[Gtid]->th.ompt_thread_info.return_address) { in OmptReturnAddressGuard()
162 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = ReturnAddress; in OmptReturnAddressGuard()
167 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = NULL; in ~OmptReturnAddressGuard()
178 void *return_address = OMPT_LOAD_RETURN_ADDRESS(gtid);
183 my_task_data, return_address); \
189 my_task_data, return_address); \
H A Dompt-internal.h84 void *return_address; /* stored here on entry of runtime */ member
H A Dkmp_runtime.cpp1470 ompt_data_t ompt_parallel_data, void *return_address, in __kmp_fork_in_teams() argument
1508 &ompt_parallel_data, return_address); in __kmp_fork_in_teams()
1559 OMPT_INVOKER(call_context) | ompt_parallel_team, return_address); in __kmp_fork_in_teams()
1585 return_address); in __kmp_fork_in_teams()
1706 ompt_data_t *ompt_parallel_data, void **return_address, in __kmp_serial_fork_call() argument
1748 ompt_parallel_data, *return_address); in __kmp_serial_fork_call()
1793 OMPT_INVOKER(call_context) | ompt_parallel_team, *return_address); in __kmp_serial_fork_call()
1825 *return_address); in __kmp_serial_fork_call()
1845 ompt_parallel_data, *return_address); in __kmp_serial_fork_call()
1893 OMPT_INVOKER(call_context) | ompt_parallel_team, *return_address); in __kmp_serial_fork_call()
[all …]
H A Dkmp_tasking.cpp778 void *return_address) { argument
814 TASK_TYPE_DETAILS_FORMAT(taskdata), 0, return_address);
829 void *return_address) { argument
831 return_address);
2228 void *return_address) { argument
2254 my_task_data, return_address);
2260 my_task_data, return_address);
2317 my_task_data, return_address);
2322 my_task_data, return_address);
2340 void *return_address) { argument
[all …]
H A Dkmp_barrier.cpp1780 void *return_address; in __kmp_barrier_template() local
1792 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()
2081 return_address); in __kmp_barrier_template()
2086 return_address); in __kmp_barrier_template()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp101 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut() local
105 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()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp115 Address return_address(return_frame_sp->GetFrameCodeAddress()); in SetupVariableWatchpointDisabler() local
116 lldb::addr_t return_addr = return_address.GetLoadAddress(target_sp.get()); in SetupVariableWatchpointDisabler()