Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c509 AtExit_Fn_ptr func;
516 static void fn_stack_push(fn_stack *, AtExit_Fn_ptr);
517 static AtExit_Fn_ptr fn_stack_pop(fn_stack *);
534 AtExit_Fn_ptr func = fn_stack_pop(ATEXIT_STACK); in cleanup()
540 static void fn_stack_push(fn_stack *st, AtExit_Fn_ptr func) { in fn_stack_push()
551 static AtExit_Fn_ptr fn_stack_pop(fn_stack *st) { in fn_stack_pop()
559 AtExit_Fn_ptr func = old_top->func; in fn_stack_pop()
569 COMPILER_RT_VISIBILITY int lprofAtExit(AtExit_Fn_ptr func) { in lprofAtExit()
H A DInstrProfilingUtil.h106 typedef void (*AtExit_Fn_ptr)(void); typedef
109 int lprofAtExit(AtExit_Fn_ptr);