Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_init.cpp25 extern const XRaySledEntry __start_xray_instr_map[] __attribute__((weak));
33 const XRaySledEntry __start_xray_instr_map[] = {}; variable
77 if (__start_xray_instr_map == nullptr) { in __xray_init()
85 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init()
86 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map; in __xray_init()