Home
last modified time | relevance | path

Searched refs:OnExitFunction (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.per_jd.cpp16 typedef int (*OnExitFunction)(void); typedef
20 ORC_RT_INTERFACE OnExitFunction __orc_rt_coff_onexit(void *Header,
21 OnExitFunction Func);
24 ORC_RT_INTERFACE OnExitFunction
25 __orc_rt_coff_onexit_per_jd(OnExitFunction Func) { in __orc_rt_coff_onexit_per_jd()
H A Dcoff_platform.cpp723 typedef int (*OnExitFunction)(void); typedef
726 ORC_RT_INTERFACE OnExitFunction __orc_rt_coff_onexit(void *Header, in __orc_rt_coff_onexit()
727 OnExitFunction Func) { in __orc_rt_coff_onexit()