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

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_init.cpp88 XRayInstrMap.SledsIndex = __start_xray_fn_idx;
H A Dxray_interface_internal.h71 const XRayFunctionSledIndex *SledsIndex; member in struct:__xray::XRaySledMap
H A Dxray_interface.cpp238 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1]
368 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1]
505 const XRaySledEntry *Sled = InstrMap.SledsIndex
506 ? InstrMap.SledsIndex[FuncId - 1].Begin

Completed in 99 milliseconds