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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 54 const XRaySledEntry *Sleds;
xray_init.cc 86 XRayInstrMap.Sleds = __start_xray_instr_map;
xray_interface.cc 60 // This is the function to call when we encounter the entry or exit sleds.
63 // This is the function to call from the arg1-enabled sleds/trampolines.
208 // Now we patch ths sleds for this specific function.
262 // that all the sleds for the instrumentation map are contiguous as a single
268 auto MinSled = InstrMap.Sleds[0];
269 auto MaxSled = InstrMap.Sleds[InstrMap.Entries - 1];
271 const auto &Sled = InstrMap.Sleds[I];
297 auto &Sled = InstrMap.Sleds[I];

Completed in 34 milliseconds