Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.per_jd.cpp17 typedef void (*AtExitFunction)(void); typedef
22 ORC_RT_INTERFACE int __orc_rt_coff_atexit(void *Header, AtExitFunction Func);
29 ORC_RT_INTERFACE int __orc_rt_coff_atexit_per_jd(AtExitFunction Func) { in __orc_rt_coff_atexit_per_jd()
H A Dcoff_platform.cpp724 typedef void (*AtExitFunction)(void); typedef
736 ORC_RT_INTERFACE int __orc_rt_coff_atexit(void *Header, AtExitFunction Func) { in __orc_rt_coff_atexit()