Home
last modified time | relevance | path

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

/freebsd-14.2/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) \
141 !__kmp_threads[Gtid]->th.ompt_thread_info.return_address) { in OmptReturnAddressGuard()
143 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = ReturnAddress; in OmptReturnAddressGuard()
148 __kmp_threads[Gtid]->th.ompt_thread_info.return_address = NULL; in ~OmptReturnAddressGuard()
159 void *return_address = OMPT_LOAD_RETURN_ADDRESS(gtid);
164 my_task_data, return_address); \
170 my_task_data, return_address); \
H A Dompt-internal.h80 void *return_address; /* stored here on entry of runtime */ member
H A Dkmp_runtime.cpp1448 &ompt_parallel_data, return_address); in __kmp_fork_in_teams()
1525 return_address); in __kmp_fork_in_teams()
1688 ompt_parallel_data, *return_address); in __kmp_serial_fork_call()
1771 *return_address); in __kmp_serial_fork_call()
1791 ompt_parallel_data, *return_address); in __kmp_serial_fork_call()
1850 *return_address); in __kmp_serial_fork_call()
1934 void *return_address = NULL; in __kmp_fork_call() local
1939 return_address = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmp_fork_call()
1975 return_address); in __kmp_fork_call()
1989 ompt_parallel_data, return_address, in __kmp_fork_call()
[all …]
H A Dkmp_tasking.cpp778 void *return_address) { argument
815 return_address);
830 void *return_address) { argument
832 return_address);
2219 void *return_address) { argument
2245 my_task_data, return_address);
2251 my_task_data, return_address);
2308 my_task_data, return_address);
2313 my_task_data, return_address);
2331 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()
2064 return_address); in __kmp_barrier_template()
2069 return_address); in __kmp_barrier_template()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp111 Address return_address(return_frame_sp->GetFrameCodeAddress()); in SetupVariableWatchpointDisabler() local
112 lldb::addr_t return_addr = return_address.GetLoadAddress(target_sp.get()); in SetupVariableWatchpointDisabler()