Searched refs:__stop_xray_instr_map (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_init.cc27 extern const XRaySledEntry __stop_xray_instr_map[] __attribute__((weak));
35 extern const XRaySledEntry __stop_xray_instr_map[] = {}; variable
45 // __stop_xray_instr_map) to initialise the instrumentation map that XRay uses
87 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map;

Completed in 206 milliseconds