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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface.cc 150 bool patchSled(const XRaySledEntry &Sled, bool Enable,
153 switch (Sled.Kind) {
155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
158 Success = patchFunctionExit(Enable, FuncId, Sled);
161 Success = patchFunctionTailExit(Enable, FuncId, Sled);
164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);
167 Success = patchCustomEvent(Enable, FuncId, Sled);
170 Success = patchTypedEvent(Enable, FuncId, Sled);
173 Report("Unsupported sled kind '%d' @%04x\n", Sled.Address, int(Sled.Kind))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 288 // This describes the kind of sled we're storing in the XRay table.
298 // The table will contain these structs that point to the sled, the function
299 // containing the sled, and what kind of sled (and whether they should always
301 // to decide what to do with the sled, depending on the version of the sled.
303 const MCSymbol *Sled;
316 // Helper function to record a given XRay sled.
317 void recordSled(MCSymbol *Sled, const MachineInstr &MI, SledKind Kind,

Completed in 25 milliseconds