HomeSort by: relevance | last modified time | path
    Searched refs:__xray_init (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_init.cc 25 void __xray_init();
62 // __xray_init() will do the actual loading of the current process' memory map
64 void __xray_init() XRAY_NEVER_INSTRUMENT { function in typeref:typename:void
108 used)) void (*__local_xray_preinit)(void) = __xray_init;
114 __xray_init();
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h 126 /// Calling __xray_init() more than once is safe across multiple threads.
127 extern void __xray_init();

Completed in 11 milliseconds