reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
152 switch (Sled.Kind) { 154 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); 157 Success = patchFunctionExit(Enable, FuncId, Sled); 160 Success = patchFunctionTailExit(Enable, FuncId, Sled); 163 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); 166 Success = patchCustomEvent(Enable, FuncId, Sled); 169 Success = patchTypedEvent(Enable, FuncId, Sled); 172 Report("Unsupported sled kind '%d' @%04x\n", Sled.Address, int(Sled.Kind)); 172 Report("Unsupported sled kind '%d' @%04x\n", Sled.Address, int(Sled.Kind));