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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_init.cc 54 XRaySledMap XRayInstrMap;
86 XRayInstrMap.Sleds = __start_xray_instr_map;
87 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map;
88 XRayInstrMap.SledsIndex = __start_xray_fn_idx;
89 XRayInstrMap.Functions = __stop_xray_fn_idx - __start_xray_fn_idx;
xray_interface.cc 40 extern __xray::XRaySledMap XRayInstrMap;
194 InstrMap = XRayInstrMap;
252 InstrMap = XRayInstrMap;
318 InstrMap = XRayInstrMap;
466 if (FuncId <= 0 || static_cast<size_t>(FuncId) > XRayInstrMap.Functions)
468 return XRayInstrMap.SledsIndex[FuncId - 1].Begin->Function
480 return XRayInstrMap.Functions;

Completed in 13 milliseconds