Searched refs:__start_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.cc26 extern const XRaySledEntry __start_xray_instr_map[] __attribute__((weak));
34 const XRaySledEntry __start_xray_instr_map[] = {}; variable
78 if (__start_xray_instr_map == nullptr) {
86 XRayInstrMap.Sleds = __start_xray_instr_map;
87 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map;

Completed in 124 milliseconds